#67d2e6

Color #67D2E6 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #67D2E6

Tints of Turquoise Blue #67D2E6

Color information

#67D2E6 (or 0x67D2E6) is unknown color: approx Turquoise Blue. HEX triplet: 67, D2 and E6. RGB value is (103,210,230). Sum of RGB (Red+Green+Blue) = 103+210+230=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #67D2E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D2E6 is #982D19. Grayscale: #B4B4B4. Windows color (decimal): -9973018 or 15127143. OLE color: 15127143.

HSL color Cylindrical-coordinate representation of color #67D2E6: hue angle of 189.45º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67D2E6 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB103210230-
CMYK0.550.0900.10
HSL189.45º71.75%65.29%-
HSV(B)189.45º55.22%90.2%-
XYZ42.9254.6983.16-
YUV180.29156.0572.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 18.97%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 230 (90.23% from 255) = 42.36%
R=18.97%
G=38.67%
B=42.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1032102300.550.0900.10189.4571.7565.29
Hex67D2E63790Abd4841
Octal1473223466711012275110101
Binary110011111010010111001101101111001010101011110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67d2e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67d2e6; }

 p { color: rgb(103,210,230); }

 H1.HeaderClassName
 {
   color: #67d2e6;
 }
 .AnyTagClassName
 {
   color: #67d2e6;
 }
</style>
background-color css

<style>
 a { background-color: #67d2e6; }

 a { background-color: rgb(103,210,230); }

 div.DivClassName
 {
   background-color: #67d2e6;
 }
 .BgClassName
 {
   background-color: #67d2e6;
 }
</style>
border-color css

<style>
 span { border-color: #67d2e6; }

 span { border-color: rgb(103,210,230); }

 td.TdClassName
 {
   border-color: #67d2e6;
 }
 .TagClassName
 {
   border-color: #67d2e6;
 }
</style>