Html Css Color HEX #66EBF2 Turquoise Blue

📋 copy color: '#66EBF2'

red 102 ◦ green 235 ◦ blue 242

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

Shades of Turquoise Blue #66EBF2

Tints of Turquoise Blue #66EBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.8%

R = 17.62%
G = 40.59%
B = 41.8%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66EBF2 (or 0x66EBF2) is known color: Turquoise Blue. HEX triplet: 66, EB and F2. RGB value is (102,235,242). Sum of RGB (Red+Green+Blue) = 102+235+242=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #66EBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EBF2 is #99140D. Grayscale: #C3C3C3. Windows color (decimal): -10032142 or 15919974. OLE color: 15919974.

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

Color convert

RGB 102 235 242 -
CMYK 0.58 0.03 0 0.05
HSL 183º 0.84% 0.67% -
HSV(B) 183º 0.58% 0.95% -
XYZ 51.21 68.65 94.56 -
YUV 196.03 153.94 60.93 -
System Red Green Blue C M Y K H S L
Decimal 102 235 242 0.58 0.03 0 0.05 183 0.84 0.67
Hex 66 EB F2 3A 3 0 5 B7 54 43
Octal 146 353 362 72 3 0 5 267 124 103
Binary 1100110 11101011 11110010 111010 11 0 101 10110111 1010100 1000011

Color Harmonies of #66EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EBF2

Black with #66EBF2

Text Example


Text Example

White with #66EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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