Html Css Color HEX #55CCDC Medium Turquoise

📋 copy color: '#55CCDC'

red 85 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #55CCDC

Tints of Medium Turquoise #55CCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 16.7%
G = 40.08%
B = 43.22%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55CCDC (or 0x55CCDC) is known color: Medium Turquoise. HEX triplet: 55, CC and DC. RGB value is (85,204,220). Sum of RGB (Red+Green+Blue) = 85+204+220=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #55CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCDC is #AA3323. Grayscale: #AAAAAA. Windows color (decimal): -11154212 or 14470229. OLE color: 14470229.

HSL color Cylindrical-coordinate representation of color #55CCDC: hue angle of 187.11º degrees, saturation: 0.66, 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 #55CCDC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 204 220 -
CMYK 0.61 0.07 0 0.14
HSL 187.11º 0.66% 0.6% -
HSV(B) 187.11º 0.61% 0.86% -
XYZ 38.26 50.28 75.4 -
YUV 170.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 85 204 220 0.61 0.07 0 0.14 187.11 0.66 0.6
Hex 55 CC DC 3D 7 0 E BB 42 3C
Octal 125 314 334 75 7 0 16 273 102 74
Binary 1010101 11001100 11011100 111101 111 0 1110 10111011 1000010 111100

Color Harmonies of #55CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCDC

Black with #55CCDC

Text Example


Text Example

White with #55CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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