Html Css Color HEX #55D0CA Medium Turquoise

📋 copy color: '#55D0CA'

red 85 ◦ green 208 ◦ blue 202

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

Shades of Medium Turquoise #55D0CA

Tints of Medium Turquoise #55D0CA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 17.17%
G = 42.02%
B = 40.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#55D0CA (or 0x55D0CA) is known color: Medium Turquoise. HEX triplet: 55, D0 and CA. RGB value is (85,208,202). Sum of RGB (Red+Green+Blue) = 85+208+202=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0CA is #AA2F35. Grayscale: #AAAAAA. Windows color (decimal): -11153206 or 13291605. OLE color: 13291605.

HSL color Cylindrical-coordinate representation of color #55D0CA: hue angle of 177.07º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D0CA is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 202 -
CMYK 0.59 0 0.03 0.18
HSL 177.07º 0.57% 0.57% -
HSV(B) 177.07º 0.59% 0.82% -
XYZ 36.96 51.31 63.83 -
YUV 170.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 85 208 202 0.59 0 0.03 0.18 177.07 0.57 0.57
Hex 55 D0 CA 3B 0 3 12 B1 39 39
Octal 125 320 312 73 0 3 22 261 71 71
Binary 1010101 11010000 11001010 111011 0 11 10010 10110001 111001 111001

Color Harmonies of #55D0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D0CA

Black with #55D0CA

Text Example


Text Example

White with #55D0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,208,202); }

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

background-color css

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

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

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

border-color css

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

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

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