Html Css Color HEX #55DBEA Turquoise Blue

📋 copy color: '#55DBEA'

red 85 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #55DBEA

Tints of Turquoise Blue #55DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 15.8%
G = 40.71%
B = 43.49%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55DBEA (or 0x55DBEA) is known color: Turquoise Blue. HEX triplet: 55, DB and EA. RGB value is (85,219,234). Sum of RGB (Red+Green+Blue) = 85+219+234=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #55DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBEA is #AA2415. Grayscale: #B4B4B4. Windows color (decimal): -11150358 or 15391573. OLE color: 15391573.

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

Color convert

RGB 85 219 234 -
CMYK 0.64 0.06 0 0.08
HSL 186.04º 0.78% 0.63% -
HSV(B) 186.04º 0.64% 0.92% -
XYZ 43.93 58.53 86.82 -
YUV 180.64 158.11 59.78 -
System Red Green Blue C M Y K H S L
Decimal 85 219 234 0.64 0.06 0 0.08 186.04 0.78 0.63
Hex 55 DB EA 40 6 0 8 BA 4E 3F
Octal 125 333 352 100 6 0 10 272 116 77
Binary 1010101 11011011 11101010 1000000 110 0 1000 10111010 1001110 111111

Color Harmonies of #55DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBEA

Black with #55DBEA

Text Example


Text Example

White with #55DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,219,234); }

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

background-color css

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

 a { background-color: rgb(85,219,234); }

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

border-color css

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

 span { border-color: rgb(85,219,234); }

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