#67DAFA

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

Shades of Turquoise Blue #67DAFA

Tints of Turquoise Blue #67DAFA

Color information

#67DAFA (or 0x67DAFA) is unknown color: approx Turquoise Blue. HEX triplet: 67, DA and FA. RGB value is (103,218,250). Sum of RGB (Red+Green+Blue) = 103+218+250=571 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.04% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #67DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DAFA is #982505. Grayscale: #BBBBBB. Windows color (decimal): -9970950 or 16439911. OLE color: 16439911.

HSL color Cylindrical-coordinate representation of color #67DAFA: hue angle of 193.06º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67DAFA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103218250-
CMYK0.590.1300.02
HSL193.06º93.63%69.22%-
HSV(B)193.06º58.8%98.04%-
XYZ47.9259.9399.48-
YUV187.26163.467.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.04%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=18.04%
G=38.18%
B=43.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032182500.590.1300.02193.0693.6369.22
Hex67DAFA3BD02c15e45
Octal147332372731502301136105
Binary1100111110110101111101011101111010101100000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,218,250); }

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

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

 a { background-color: rgb(103,218,250); }

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

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

 span { border-color: rgb(103,218,250); }

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