#66DCF1

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

Shades of Turquoise Blue #66DCF1

Tints of Turquoise Blue #66DCF1

Color information

#66DCF1 (or 0x66DCF1) is unknown color: approx Turquoise Blue. HEX triplet: 66, DC and F1. RGB value is (102,220,241). Sum of RGB (Red+Green+Blue) = 102+220+241=563 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.12% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #66DCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DCF1 is #99230E. Grayscale: #BABABA. Windows color (decimal): -10035983 or 15850598. OLE color: 15850598.

HSL color Cylindrical-coordinate representation of color #66DCF1: hue angle of 189.06º 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 #66DCF1 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102220241-
CMYK0.580.0900.05
HSL189.06º83.23%67.25%-
HSV(B)189.06º57.68%94.51%-
XYZ46.9560.3692.4-
YUV187.11158.4167.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.12%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=18.12%
G=39.08%
B=42.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022202410.580.0900.05189.0683.2367.25
Hex66DCF13A905bd5343
Octal146334361721105275123103
Binary11001101101110011110001111010100101011011110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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