Html Css Color HEX #55DBEE Turquoise Blue

📋 copy color: '#55DBEE'

red 85 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #55DBEE

Tints of Turquoise Blue #55DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 15.68%
G = 40.41%
B = 43.91%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55DBEE (or 0x55DBEE) is known color: Turquoise Blue. HEX triplet: 55, DB and EE. RGB value is (85,219,238). Sum of RGB (Red+Green+Blue) = 85+219+238=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #55DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBEE is #AA2411. Grayscale: #B4B4B4. Windows color (decimal): -11150354 or 15653717. OLE color: 15653717.

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

Color convert

RGB 85 219 238 -
CMYK 0.64 0.08 0 0.07
HSL 187.45º 0.82% 0.63% -
HSV(B) 187.45º 0.64% 0.93% -
XYZ 44.51 58.77 89.89 -
YUV 181.1 160.11 59.46 -
System Red Green Blue C M Y K H S L
Decimal 85 219 238 0.64 0.08 0 0.07 187.45 0.82 0.63
Hex 55 DB EE 40 8 0 7 BB 52 3F
Octal 125 333 356 100 10 0 7 273 122 77
Binary 1010101 11011011 11101110 1000000 1000 0 111 10111011 1010010 111111

Color Harmonies of #55DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBEE

Black with #55DBEE

Text Example


Text Example

White with #55DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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