Html Css Color HEX #66DDFC Turquoise Blue

📋 copy color: '#66DDFC'

red 102 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #66DDFC

Tints of Turquoise Blue #66DDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 17.74%
G = 38.43%
B = 43.83%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#66DDFC (or 0x66DDFC) is known color: Turquoise Blue. HEX triplet: 66, DD and FC. RGB value is (102,221,252). Sum of RGB (Red+Green+Blue) = 102+221+252=575 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.74% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #66DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DDFC is #992203. Grayscale: #BCBCBC. Windows color (decimal): -10035716 or 16571750. OLE color: 16571750.

HSL color Cylindrical-coordinate representation of color #66DDFC: hue angle of 192.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DDFC is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 221 252 -
CMYK 0.60 0.12 0 0.01
HSL 192.4º 0.96% 0.69% -
HSV(B) 192.4º 0.6% 0.99% -
XYZ 48.91 61.57 101.4 -
YUV 188.95 163.58 65.98 -
System Red Green Blue C M Y K H S L
Decimal 102 221 252 0.60 0.12 0 0.01 192.4 0.96 0.69
Hex 66 DD FC 3C C 0 1 C0 60 45
Octal 146 335 374 74 14 0 1 300 140 105
Binary 1100110 11011101 11111100 111100 1100 0 1 11000000 1100000 1000101

Color Harmonies of #66DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDFC

Black with #66DDFC

Text Example


Text Example

White with #66DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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