#67D6F2

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

Shades of Turquoise Blue #67D6F2

Tints of Turquoise Blue #67D6F2

Color information

#67D6F2 (or 0x67D6F2) is unknown color: approx Turquoise Blue. HEX triplet: 67, D6 and F2. RGB value is (103,214,242). Sum of RGB (Red+Green+Blue) = 103+214+242=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #67D6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D6F2 is #98290D. Grayscale: #B7B7B7. Windows color (decimal): -9971982 or 15914599. OLE color: 15914599.

HSL color Cylindrical-coordinate representation of color #67D6F2: hue angle of 192.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67D6F2 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103214242-
CMYK0.570.1200.05
HSL192.09º84.24%67.65%-
HSV(B)192.09º57.44%94.9%-
XYZ45.6757.3992.67-
YUV184160.7370.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.43%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=18.43%
G=38.28%
B=43.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1032142420.570.1200.05192.0984.2467.65
Hex67D6F239C05c05444
Octal147326362711405300124104
Binary11001111101011011110010111001110001011100000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,214,242); }

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

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

 a { background-color: rgb(103,214,242); }

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

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

 span { border-color: rgb(103,214,242); }

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