Html Css Color HEX #66E8F5 Turquoise Blue

📋 copy color: '#66E8F5'

red 102 ◦ green 232 ◦ blue 245

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

Shades of Turquoise Blue #66E8F5

Tints of Turquoise Blue #66E8F5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.07%

 BLUE value IS 245 (96.09% from 255) = 42.31%

R = 17.62%
G = 40.07%
B = 42.31%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#66E8F5 (or 0x66E8F5) is known color: Turquoise Blue. HEX triplet: 66, E8 and F5. RGB value is (102,232,245). Sum of RGB (Red+Green+Blue) = 102+232+245=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #66E8F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E8F5 is #99170A. Grayscale: #C2C2C2. Windows color (decimal): -10032907 or 16115814. OLE color: 16115814.

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

Color convert

RGB 102 232 245 -
CMYK 0.58 0.05 0 0.04
HSL 185.45º 0.88% 0.68% -
HSV(B) 185.45º 0.58% 0.96% -
XYZ 50.82 67.13 96.67 -
YUV 194.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 102 232 245 0.58 0.05 0 0.04 185.45 0.88 0.68
Hex 66 E8 F5 3A 5 0 4 B9 58 44
Octal 146 350 365 72 5 0 4 271 130 104
Binary 1100110 11101000 11110101 111010 101 0 100 10111001 1011000 1000100

Color Harmonies of #66E8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E8F5

Black with #66E8F5

Text Example


Text Example

White with #66E8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,232,245); }

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

background-color css

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

 a { background-color: rgb(102,232,245); }

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

border-color css

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

 span { border-color: rgb(102,232,245); }

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