Html Css Color HEX #55D2EB Turquoise Blue

📋 copy color: '#55D2EB'

red 85 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #55D2EB

Tints of Turquoise Blue #55D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.62%

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

R = 16.04%
G = 39.62%
B = 44.34%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55D2EB (or 0x55D2EB) is known color: Turquoise Blue. HEX triplet: 55, D2 and EB. RGB value is (85,210,235). Sum of RGB (Red+Green+Blue) = 85+210+235=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #55D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D2EB is #AA2D14. Grayscale: #AFAFAF. Windows color (decimal): -11152661 or 15454805. OLE color: 15454805.

HSL color Cylindrical-coordinate representation of color #55D2EB: hue angle of 190º 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 #55D2EB is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 210 235 -
CMYK 0.64 0.11 0 0.08
HSL 190º 0.79% 0.63% -
HSV(B) 190º 0.64% 0.92% -
XYZ 41.79 54.02 86.82 -
YUV 175.48 161.59 63.47 -
System Red Green Blue C M Y K H S L
Decimal 85 210 235 0.64 0.11 0 0.08 190 0.79 0.63
Hex 55 D2 EB 40 B 0 8 BE 4F 3F
Octal 125 322 353 100 13 0 10 276 117 77
Binary 1010101 11010010 11101011 1000000 1011 0 1000 10111110 1001111 111111

Color Harmonies of #55D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D2EB

Black with #55D2EB

Text Example


Text Example

White with #55D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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