Html Css Color HEX #55CEBB Medium Turquoise

📋 copy color: '#55CEBB'

red 85 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #55CEBB

Tints of Medium Turquoise #55CEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.1%

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 17.78%
G = 43.1%
B = 39.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#55CEBB (or 0x55CEBB) is known color: Medium Turquoise. HEX triplet: 55, CE and BB. RGB value is (85,206,187). Sum of RGB (Red+Green+Blue) = 85+206+187=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CEBB is #AA3144. Grayscale: #A7A7A7. Windows color (decimal): -11153733 or 12308053. OLE color: 12308053.

HSL color Cylindrical-coordinate representation of color #55CEBB: hue angle of 170.58º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CEBB is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 206 187 -
CMYK 0.59 0 0.09 0.19
HSL 170.58º 0.55% 0.57% -
HSV(B) 170.58º 0.59% 0.81% -
XYZ 34.79 49.66 54.77 -
YUV 167.66 138.91 69.04 -
System Red Green Blue C M Y K H S L
Decimal 85 206 187 0.59 0 0.09 0.19 170.58 0.55 0.57
Hex 55 CE BB 3B 0 9 13 AB 37 39
Octal 125 316 273 73 0 11 23 253 67 71
Binary 1010101 11001110 10111011 111011 0 1001 10011 10101011 110111 111001

Color Harmonies of #55CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CEBB

Black with #55CEBB

Text Example


Text Example

White with #55CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,206,187); }

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

background-color css

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

 a { background-color: rgb(85,206,187); }

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

border-color css

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

 span { border-color: rgb(85,206,187); }

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