Html Css Color HEX #66EDF2 Turquoise Blue

📋 copy color: '#66EDF2'

red 102 ◦ green 237 ◦ blue 242

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

Shades of Turquoise Blue #66EDF2

Tints of Turquoise Blue #66EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.79%

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

R = 17.56%
G = 40.79%
B = 41.65%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66EDF2 (or 0x66EDF2) is known color: Turquoise Blue. HEX triplet: 66, ED and F2. RGB value is (102,237,242). Sum of RGB (Red+Green+Blue) = 102+237+242=581 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.56% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #66EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EDF2 is #99120D. Grayscale: #C5C5C5. Windows color (decimal): -10031630 or 15920486. OLE color: 15920486.

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

Color convert

RGB 102 237 242 -
CMYK 0.58 0.02 0 0.05
HSL 182.14º 0.84% 0.67% -
HSV(B) 182.14º 0.58% 0.95% -
XYZ 51.79 69.8 94.75 -
YUV 197.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 102 237 242 0.58 0.02 0 0.05 182.14 0.84 0.67
Hex 66 ED F2 3A 2 0 5 B6 54 43
Octal 146 355 362 72 2 0 5 266 124 103
Binary 1100110 11101101 11110010 111010 10 0 101 10110110 1010100 1000011

Color Harmonies of #66EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EDF2

Black with #66EDF2

Text Example


Text Example

White with #66EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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