#66EBF3

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

Shades of Turquoise Blue #66EBF3

Tints of Turquoise Blue #66EBF3

Color information

#66EBF3 (or 0x66EBF3) is unknown color: approx Turquoise Blue. HEX triplet: 66, EB and F3. RGB value is (102,235,243). Sum of RGB (Red+Green+Blue) = 102+235+243=580 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.59% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #66EBF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EBF3 is #99140C. Grayscale: #C3C3C3. Windows color (decimal): -10032141 or 15985510. OLE color: 15985510.

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

Color convert

RGB102235243-
CMYK0.580.0300.05
HSL183.4º85.45%67.65%-
HSV(B)183.4º58.02%95.29%-
XYZ51.3768.7195.35-
YUV196.14154.4460.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.59%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=17.59%
G=40.52%
B=41.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022352430.580.0300.05183.485.4567.65
Hex66EBF33A305b75544
Octal14635336372305267125104
Binary110011011101011111100111110101101011011011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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