Html Css Color HEX #66E6EB Turquoise Blue

📋 copy color: '#66E6EB'

red 102 ◦ green 230 ◦ blue 235

#66E6EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #66E6EB

Tints of Turquoise Blue #66E6EB

RGB

 RED value IS 102 (40.23% from 255) = 17.99%

 GREEN value IS 230 (90.23% from 255) = 40.56%

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 17.99%
G = 40.56%
B = 41.45%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66E6EB (or 0x66E6EB) is known color: Turquoise Blue. HEX triplet: 66, E6 and EB. RGB value is (102,230,235). Sum of RGB (Red+Green+Blue) = 102+230+235=567 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.99% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #66E6EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E6EB is #991914. Grayscale: #C0C0C0. Windows color (decimal): -10033429 or 15459942. OLE color: 15459942.

HSL color Cylindrical-coordinate representation of color #66E6EB: hue angle of 182.26º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66E6EB is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 230 235 -
CMYK 0.57 0.02 0 0.08
HSL 182.26º 0.77% 0.66% -
HSV(B) 182.26º 0.57% 0.92% -
XYZ 48.77 65.42 88.65 -
YUV 192.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 102 230 235 0.57 0.02 0 0.08 182.26 0.77 0.66
Hex 66 E6 EB 39 2 0 8 B6 4D 42
Octal 146 346 353 71 2 0 10 266 115 102
Binary 1100110 11100110 11101011 111001 10 0 1000 10110110 1001101 1000010

Color Harmonies of #66E6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E6EB

Black with #66E6EB

Text Example


Text Example

White with #66E6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66E6EB;
 }
 .AnyTagClassName
 {
   color: #66E6EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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