Html Css Color HEX #55DCEF Turquoise Blue

📋 copy color: '#55DCEF'

red 85 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #55DCEF

Tints of Turquoise Blue #55DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 15.63%
G = 40.44%
B = 43.93%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#55DCEF (or 0x55DCEF) is known color: Turquoise Blue. HEX triplet: 55, DC and EF. RGB value is (85,220,239). Sum of RGB (Red+Green+Blue) = 85+220+239=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #55DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCEF is #AA2310. Grayscale: #B5B5B5. Windows color (decimal): -11150097 or 15719509. OLE color: 15719509.

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

Color convert

RGB 85 220 239 -
CMYK 0.64 0.08 0 0.06
HSL 187.4º 0.83% 0.64% -
HSV(B) 187.4º 0.64% 0.94% -
XYZ 44.92 59.35 90.75 -
YUV 181.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 85 220 239 0.64 0.08 0 0.06 187.4 0.83 0.64
Hex 55 DC EF 40 8 0 6 BB 53 40
Octal 125 334 357 100 10 0 6 273 123 100
Binary 1010101 11011100 11101111 1000000 1000 0 110 10111011 1010011 1000000

Color Harmonies of #55DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCEF

Black with #55DCEF

Text Example


Text Example

White with #55DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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