Html Css Color HEX #66EBE3 Turquoise Blue

📋 copy color: '#66EBE3'

red 102 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #66EBE3

Tints of Turquoise Blue #66EBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

 BLUE value IS 227 (89.06% from 255) = 40.25%

R = 18.09%
G = 41.67%
B = 40.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#66EBE3 (or 0x66EBE3) is known color: Turquoise Blue. HEX triplet: 66, EB and E3. RGB value is (102,235,227). Sum of RGB (Red+Green+Blue) = 102+235+227=564 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.09% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EBE3 is #99141C. Grayscale: #C2C2C2. Windows color (decimal): -10032157 or 14936934. OLE color: 14936934.

HSL color Cylindrical-coordinate representation of color #66EBE3: hue angle of 176.39º 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 #66EBE3 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 235 227 -
CMYK 0.57 0 0.03 0.08
HSL 176.39º 0.77% 0.66% -
HSV(B) 176.39º 0.57% 0.92% -
XYZ 49.05 67.79 83.17 -
YUV 194.32 146.44 62.15 -
System Red Green Blue C M Y K H S L
Decimal 102 235 227 0.57 0 0.03 0.08 176.39 0.77 0.66
Hex 66 EB E3 39 0 3 8 B0 4D 42
Octal 146 353 343 71 0 3 10 260 115 102
Binary 1100110 11101011 11100011 111001 0 11 1000 10110000 1001101 1000010

Color Harmonies of #66EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EBE3

Black with #66EBE3

Text Example


Text Example

White with #66EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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