Html Css Color HEX #55D4EB Turquoise Blue

📋 copy color: '#55D4EB'

red 85 ◦ green 212 ◦ blue 235

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

Shades of Turquoise Blue #55D4EB

Tints of Turquoise Blue #55D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 15.98%
G = 39.85%
B = 44.17%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55D4EB (or 0x55D4EB) is known color: Turquoise Blue. HEX triplet: 55, D4 and EB. RGB value is (85,212,235). Sum of RGB (Red+Green+Blue) = 85+212+235=532 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.98% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #55D4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D4EB is #AA2B14. Grayscale: #B0B0B0. Windows color (decimal): -11152149 or 15455317. OLE color: 15455317.

HSL color Cylindrical-coordinate representation of color #55D4EB: hue angle of 189.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D4EB is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 212 235 -
CMYK 0.64 0.10 0 0.08
HSL 189.2º 0.79% 0.63% -
HSV(B) 189.2º 0.64% 0.92% -
XYZ 42.29 55.02 86.99 -
YUV 176.65 160.92 62.63 -
System Red Green Blue C M Y K H S L
Decimal 85 212 235 0.64 0.10 0 0.08 189.2 0.79 0.63
Hex 55 D4 EB 40 A 0 8 BD 4F 3F
Octal 125 324 353 100 12 0 10 275 117 77
Binary 1010101 11010100 11101011 1000000 1010 0 1000 10111101 1001111 111111

Color Harmonies of #55D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D4EB

Black with #55D4EB

Text Example


Text Example

White with #55D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,212,235); }

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

background-color css

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

 a { background-color: rgb(85,212,235); }

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

border-color css

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

 span { border-color: rgb(85,212,235); }

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