Html Css Color HEX #66DDFB Turquoise Blue

📋 copy color: '#66DDFB'

red 102 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #66DDFB

Tints of Turquoise Blue #66DDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 17.77%
G = 38.5%
B = 43.73%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66DDFB (or 0x66DDFB) is known color: Turquoise Blue. HEX triplet: 66, DD and FB. RGB value is (102,221,251). Sum of RGB (Red+Green+Blue) = 102+221+251=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #66DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DDFB is #992204. Grayscale: #BCBCBC. Windows color (decimal): -10035717 or 16506214. OLE color: 16506214.

HSL color Cylindrical-coordinate representation of color #66DDFB: hue angle of 192.08º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66DDFB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 221 251 -
CMYK 0.59 0.12 0 0.02
HSL 192.08º 0.95% 0.69% -
HSV(B) 192.08º 0.59% 0.98% -
XYZ 48.75 61.5 100.57 -
YUV 188.84 163.08 66.06 -
System Red Green Blue C M Y K H S L
Decimal 102 221 251 0.59 0.12 0 0.02 192.08 0.95 0.69
Hex 66 DD FB 3B C 0 2 C0 5F 45
Octal 146 335 373 73 14 0 2 300 137 105
Binary 1100110 11011101 11111011 111011 1100 0 10 11000000 1011111 1000101

Color Harmonies of #66DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDFB

Black with #66DDFB

Text Example


Text Example

White with #66DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,221,251); }

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

background-color css

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

 a { background-color: rgb(102,221,251); }

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

border-color css

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

 span { border-color: rgb(102,221,251); }

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