Html Css Color HEX #55CECE Medium Turquoise

📋 copy color: '#55CECE'

red 85 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #55CECE

Tints of Medium Turquoise #55CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 17.1%
G = 41.45%
B = 41.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55CECE (or 0x55CECE) is known color: Medium Turquoise. HEX triplet: 55, CE and CE. RGB value is (85,206,206). Sum of RGB (Red+Green+Blue) = 85+206+206=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #55CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CECE is #AA3131. Grayscale: #A9A9A9. Windows color (decimal): -11153714 or 13553237. OLE color: 13553237.

HSL color Cylindrical-coordinate representation of color #55CECE: hue angle of 180º 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 #55CECE is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 206 206 -
CMYK 0.59 0 0 0.19
HSL 180º 0.55% 0.57% -
HSV(B) 180º 0.59% 0.81% -
XYZ 36.96 50.53 66.2 -
YUV 169.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 85 206 206 0.59 0 0 0.19 180 0.55 0.57
Hex 55 CE CE 3B 0 0 13 B4 37 39
Octal 125 316 316 73 0 0 23 264 67 71
Binary 1010101 11001110 11001110 111011 0 0 10011 10110100 110111 111001

Color Harmonies of #55CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CECE

Black with #55CECE

Text Example


Text Example

White with #55CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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