Html Css Color HEX #66D9F1 Turquoise Blue

📋 copy color: '#66D9F1'

red 102 ◦ green 217 ◦ blue 241

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

Shades of Turquoise Blue #66D9F1

Tints of Turquoise Blue #66D9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.75%

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

R = 18.21%
G = 38.75%
B = 43.04%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#66D9F1 (or 0x66D9F1) is known color: Turquoise Blue. HEX triplet: 66, D9 and F1. RGB value is (102,217,241). Sum of RGB (Red+Green+Blue) = 102+217+241=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #66D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D9F1 is #99260E. Grayscale: #B9B9B9. Windows color (decimal): -10036751 or 15849830. OLE color: 15849830.

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

Color convert

RGB 102 217 241 -
CMYK 0.58 0.10 0 0.05
HSL 190.36º 0.83% 0.67% -
HSV(B) 190.36º 0.58% 0.95% -
XYZ 46.17 58.8 92.14 -
YUV 185.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 102 217 241 0.58 0.10 0 0.05 190.36 0.83 0.67
Hex 66 D9 F1 3A A 0 5 BE 53 43
Octal 146 331 361 72 12 0 5 276 123 103
Binary 1100110 11011001 11110001 111010 1010 0 101 10111110 1010011 1000011

Color Harmonies of #66D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D9F1

Black with #66D9F1

Text Example


Text Example

White with #66D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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