#66ebf1

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

Shades of Turquoise Blue #66EBF1

Tints of Turquoise Blue #66EBF1

Color information

#66EBF1 (or 0x66EBF1) is unknown color: approx Turquoise Blue. HEX triplet: 66, EB and F1. RGB value is (102,235,241). Sum of RGB (Red+Green+Blue) = 102+235+241=578 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.65% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #66EBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EBF1 is #99140E. Grayscale: #C3C3C3. Windows color (decimal): -10032143 or 15854438. OLE color: 15854438.

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

Color convert

RGB102235241-
CMYK0.580.0200.05
HSL182.59º83.23%67.25%-
HSV(B)182.59º57.68%94.51%-
XYZ51.0768.5993.77-
YUV195.92153.4461.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.65%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 241 (94.53% from 255) = 41.70%
R=17.65%
G=40.66%
B=41.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022352410.580.0200.05182.5983.2367.25
Hex66EBF13A205b75343
Octal14635336172205267123103
Binary110011011101011111100011110101001011011011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ebf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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