Html Css Color HEX #55DDFC Turquoise Blue

📋 copy color: '#55DDFC'

red 85 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #55DDFC

Tints of Turquoise Blue #55DDFC

RGB

 RED value IS 85 (33.59% from 255) = 15.23%

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

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

R = 15.23%
G = 39.61%
B = 45.16%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55DDFC (or 0x55DDFC) is known color: Turquoise Blue. HEX triplet: 55, DD and FC. RGB value is (85,221,252). Sum of RGB (Red+Green+Blue) = 85+221+252=558 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.23% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #55DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DDFC is #AA2203. Grayscale: #B7B7B7. Windows color (decimal): -11149828 or 16571733. OLE color: 16571733.

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

Color convert

RGB 85 221 252 -
CMYK 0.66 0.12 0 0.01
HSL 191.14º 0.97% 0.66% -
HSV(B) 191.14º 0.66% 0.99% -
XYZ 47.17 60.67 101.32 -
YUV 183.87 166.44 57.48 -
System Red Green Blue C M Y K H S L
Decimal 85 221 252 0.66 0.12 0 0.01 191.14 0.97 0.66
Hex 55 DD FC 42 C 0 1 BF 61 42
Octal 125 335 374 102 14 0 1 277 141 102
Binary 1010101 11011101 11111100 1000010 1100 0 1 10111111 1100001 1000010

Color Harmonies of #55DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDFC

Black with #55DDFC

Text Example


Text Example

White with #55DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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