Html Css Color HEX #66ECF1 Turquoise Blue

📋 copy color: '#66ECF1'

red 102 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #66ECF1

Tints of Turquoise Blue #66ECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.76%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 17.62%
G = 40.76%
B = 41.62%

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

#66ECF1 (or 0x66ECF1) is known color: Turquoise Blue. HEX triplet: 66, EC and F1. RGB value is (102,236,241). Sum of RGB (Red+Green+Blue) = 102+236+241=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #66ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66ECF1 is #99130E. Grayscale: #C4C4C4. Windows color (decimal): -10031887 or 15854694. OLE color: 15854694.

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

Color convert

RGB 102 236 241 -
CMYK 0.58 0.02 0 0.05
HSL 182.16º 0.83% 0.67% -
HSV(B) 182.16º 0.58% 0.95% -
XYZ 51.35 69.17 93.86 -
YUV 196.5 153.11 60.59 -
System Red Green Blue C M Y K H S L
Decimal 102 236 241 0.58 0.02 0 0.05 182.16 0.83 0.67
Hex 66 EC F1 3A 2 0 5 B6 53 43
Octal 146 354 361 72 2 0 5 266 123 103
Binary 1100110 11101100 11110001 111010 10 0 101 10110110 1010011 1000011

Color Harmonies of #66ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ECF1

Black with #66ECF1

Text Example


Text Example

White with #66ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,236,241); }

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

background-color css

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

 a { background-color: rgb(102,236,241); }

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

border-color css

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

 span { border-color: rgb(102,236,241); }

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