Html Css Color HEX #55D8EF Turquoise Blue

📋 copy color: '#55D8EF'

red 85 ◦ green 216 ◦ blue 239

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

Shades of Turquoise Blue #55D8EF

Tints of Turquoise Blue #55D8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 15.74%
G = 40%
B = 44.26%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55D8EF (or 0x55D8EF) is known color: Turquoise Blue. HEX triplet: 55, D8 and EF. RGB value is (85,216,239). Sum of RGB (Red+Green+Blue) = 85+216+239=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #55D8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D8EF is #AA2710. Grayscale: #B3B3B3. Windows color (decimal): -11151121 or 15718485. OLE color: 15718485.

HSL color Cylindrical-coordinate representation of color #55D8EF: hue angle of 188.96º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D8EF is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 216 239 -
CMYK 0.64 0.10 0 0.06
HSL 188.96º 0.83% 0.64% -
HSV(B) 188.96º 0.64% 0.94% -
XYZ 43.88 57.28 90.4 -
YUV 179.45 161.6 60.63 -
System Red Green Blue C M Y K H S L
Decimal 85 216 239 0.64 0.10 0 0.06 188.96 0.83 0.64
Hex 55 D8 EF 40 A 0 6 BD 53 40
Octal 125 330 357 100 12 0 6 275 123 100
Binary 1010101 11011000 11101111 1000000 1010 0 110 10111101 1010011 1000000

Color Harmonies of #55D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D8EF

Black with #55D8EF

Text Example


Text Example

White with #55D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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