Html Css Color HEX #55CCDD Medium Turquoise

📋 copy color: '#55CCDD'

red 85 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #55CCDD

Tints of Medium Turquoise #55CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 16.67%
G = 40%
B = 43.33%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55CCDD (or 0x55CCDD) is known color: Medium Turquoise. HEX triplet: 55, CC and DD. RGB value is (85,204,221). Sum of RGB (Red+Green+Blue) = 85+204+221=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #55CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCDD is #AA3322. Grayscale: #AAAAAA. Windows color (decimal): -11154211 or 14535765. OLE color: 14535765.

HSL color Cylindrical-coordinate representation of color #55CCDD: hue angle of 187.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CCDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 204 221 -
CMYK 0.62 0.08 0 0.13
HSL 187.5º 0.67% 0.6% -
HSV(B) 187.5º 0.62% 0.87% -
XYZ 38.39 50.34 76.1 -
YUV 170.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 85 204 221 0.62 0.08 0 0.13 187.5 0.67 0.6
Hex 55 CC DD 3E 8 0 D BC 43 3C
Octal 125 314 335 76 10 0 15 274 103 74
Binary 1010101 11001100 11011101 111110 1000 0 1101 10111100 1000011 111100

Color Harmonies of #55CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCDD

Black with #55CCDD

Text Example


Text Example

White with #55CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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