Html Css Color HEX #55DBCF Medium Turquoise

📋 copy color: '#55DBCF'

red 85 ◦ green 219 ◦ blue 207

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

Shades of Medium Turquoise #55DBCF

Tints of Medium Turquoise #55DBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 16.63%
G = 42.86%
B = 40.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#55DBCF (or 0x55DBCF) is known color: Medium Turquoise. HEX triplet: 55, DB and CF. RGB value is (85,219,207). Sum of RGB (Red+Green+Blue) = 85+219+207=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBCF is #AA2430. Grayscale: #B1B1B1. Windows color (decimal): -11150385 or 13622101. OLE color: 13622101.

HSL color Cylindrical-coordinate representation of color #55DBCF: hue angle of 174.63º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DBCF is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 207 -
CMYK 0.61 0 0.05 0.14
HSL 174.63º 0.65% 0.6% -
HSV(B) 174.63º 0.61% 0.86% -
XYZ 40.34 57.1 67.93 -
YUV 177.57 144.61 61.98 -
System Red Green Blue C M Y K H S L
Decimal 85 219 207 0.61 0 0.05 0.14 174.63 0.65 0.6
Hex 55 DB CF 3D 0 5 E AF 41 3C
Octal 125 333 317 75 0 5 16 257 101 74
Binary 1010101 11011011 11001111 111101 0 101 1110 10101111 1000001 111100

Color Harmonies of #55DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBCF

Black with #55DBCF

Text Example


Text Example

White with #55DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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