#66DEF1

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

Shades of Turquoise Blue #66DEF1

Tints of Turquoise Blue #66DEF1

Color information

#66DEF1 (or 0x66DEF1) is unknown color: approx Turquoise Blue. HEX triplet: 66, DE and F1. RGB value is (102,222,241). Sum of RGB (Red+Green+Blue) = 102+222+241=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #66DEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DEF1 is #99210E. Grayscale: #BCBCBC. Windows color (decimal): -10035471 or 15851110. OLE color: 15851110.

HSL color Cylindrical-coordinate representation of color #66DEF1: hue angle of 188.2º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66DEF1 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102222241-
CMYK0.580.0800.05
HSL188.2º83.23%67.25%-
HSV(B)188.2º57.68%94.51%-
XYZ47.4861.4292.57-
YUV188.29157.7466.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.05%
GREEN value IS 222 (87.11% from 255) = 39.29%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=18.05%
G=39.29%
B=42.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022222410.580.0800.05188.283.2367.25
Hex66DEF13A805bc5343
Octal146336361721005274123103
Binary11001101101111011110001111010100001011011110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66DEF1; }

 p { color: rgb(102,222,241); }

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

<style>
 a { background-color: #66DEF1; }

 a { background-color: rgb(102,222,241); }

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

<style>
 span { border-color: #66DEF1; }

 span { border-color: rgb(102,222,241); }

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