Html Css Color HEX #55CCD9 Medium Turquoise

📋 copy color: '#55CCD9'

red 85 ◦ green 204 ◦ blue 217

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

Shades of Medium Turquoise #55CCD9

Tints of Medium Turquoise #55CCD9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 16.8%
G = 40.32%
B = 42.89%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55CCD9 (or 0x55CCD9) is known color: Medium Turquoise. HEX triplet: 55, CC and D9. RGB value is (85,204,217). Sum of RGB (Red+Green+Blue) = 85+204+217=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #55CCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCD9 is #AA3326. Grayscale: #A9A9A9. Windows color (decimal): -11154215 or 14273621. OLE color: 14273621.

HSL color Cylindrical-coordinate representation of color #55CCD9: hue angle of 185.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55CCD9 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 204 217 -
CMYK 0.61 0.06 0 0.15
HSL 185.91º 0.63% 0.59% -
HSV(B) 185.91º 0.61% 0.85% -
XYZ 37.86 50.13 73.33 -
YUV 169.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 85 204 217 0.61 0.06 0 0.15 185.91 0.63 0.59
Hex 55 CC D9 3D 6 0 F BA 3F 3B
Octal 125 314 331 75 6 0 17 272 77 73
Binary 1010101 11001100 11011001 111101 110 0 1111 10111010 111111 111011

Color Harmonies of #55CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCD9

Black with #55CCD9

Text Example


Text Example

White with #55CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,204,217); }

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

background-color css

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

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

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

border-color css

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

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

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