#67DEFA

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

Shades of Turquoise Blue #67DEFA

Tints of Turquoise Blue #67DEFA

Color information

#67DEFA (or 0x67DEFA) is unknown color: approx Turquoise Blue. HEX triplet: 67, DE and FA. RGB value is (103,222,250). Sum of RGB (Red+Green+Blue) = 103+222+250=575 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.91% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #67DEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DEFA is #982105. Grayscale: #BDBDBD. Windows color (decimal): -9969926 or 16440935. OLE color: 16440935.

HSL color Cylindrical-coordinate representation of color #67DEFA: hue angle of 191.43º 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 #67DEFA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103222250-
CMYK0.590.1100.02
HSL191.43º93.63%69.22%-
HSV(B)191.43º58.8%98.04%-
XYZ48.9762.0399.83-
YUV189.61162.0866.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.91%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=17.91%
G=38.61%
B=43.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032222500.590.1100.02191.4393.6369.22
Hex67DEFA3BB02bf5e45
Octal147336372731302277136105
Binary1100111110111101111101011101110110101011111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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