Html Css Color HEX #66DCFB Turquoise Blue

📋 copy color: '#66DCFB'

red 102 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #66DCFB

Tints of Turquoise Blue #66DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.39%

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

R = 17.8%
G = 38.39%
B = 43.8%

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

#66DCFB (or 0x66DCFB) is known color: Turquoise Blue. HEX triplet: 66, DC and FB. RGB value is (102,220,251). Sum of RGB (Red+Green+Blue) = 102+220+251=573 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.80% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #66DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DCFB is #992304. Grayscale: #BCBCBC. Windows color (decimal): -10035973 or 16505958. OLE color: 16505958.

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

Color convert

RGB 102 220 251 -
CMYK 0.59 0.12 0 0.02
HSL 192.48º 0.95% 0.69% -
HSV(B) 192.48º 0.59% 0.98% -
XYZ 48.49 60.98 100.48 -
YUV 188.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 102 220 251 0.59 0.12 0 0.02 192.48 0.95 0.69
Hex 66 DC FB 3B C 0 2 C0 5F 45
Octal 146 334 373 73 14 0 2 300 137 105
Binary 1100110 11011100 11111011 111011 1100 0 10 11000000 1011111 1000101

Color Harmonies of #66DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCFB

Black with #66DCFB

Text Example


Text Example

White with #66DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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