Html Css Color HEX #55D8FC Turquoise Blue

📋 copy color: '#55D8FC'

red 85 ◦ green 216 ◦ blue 252

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

Shades of Turquoise Blue #55D8FC

Tints of Turquoise Blue #55D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.06%

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

R = 15.37%
G = 39.06%
B = 45.57%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55D8FC (or 0x55D8FC) is known color: Turquoise Blue. HEX triplet: 55, D8 and FC. RGB value is (85,216,252). Sum of RGB (Red+Green+Blue) = 85+216+252=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #55D8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D8FC is #AA2703. Grayscale: #B4B4B4. Windows color (decimal): -11151108 or 16570453. OLE color: 16570453.

HSL color Cylindrical-coordinate representation of color #55D8FC: hue angle of 192.93º 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 #55D8FC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 216 252 -
CMYK 0.66 0.14 0 0.01
HSL 192.93º 0.97% 0.66% -
HSV(B) 192.93º 0.66% 0.99% -
XYZ 45.87 58.07 100.89 -
YUV 180.94 168.1 59.57 -
System Red Green Blue C M Y K H S L
Decimal 85 216 252 0.66 0.14 0 0.01 192.93 0.97 0.66
Hex 55 D8 FC 42 E 0 1 C1 61 42
Octal 125 330 374 102 16 0 1 301 141 102
Binary 1010101 11011000 11111100 1000010 1110 0 1 11000001 1100001 1000010

Color Harmonies of #55D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D8FC

Black with #55D8FC

Text Example


Text Example

White with #55D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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