Html Css Color HEX #55CCD7 Medium Turquoise

📋 copy color: '#55CCD7'

red 85 ◦ green 204 ◦ blue 215

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

Shades of Medium Turquoise #55CCD7

Tints of Medium Turquoise #55CCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 16.87%
G = 40.48%
B = 42.66%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#55CCD7 (or 0x55CCD7) is known color: Medium Turquoise. HEX triplet: 55, CC and D7. RGB value is (85,204,215). Sum of RGB (Red+Green+Blue) = 85+204+215=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #55CCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCD7 is #AA3328. Grayscale: #A9A9A9. Windows color (decimal): -11154217 or 14142549. OLE color: 14142549.

HSL color Cylindrical-coordinate representation of color #55CCD7: hue angle of 185.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CCD7 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 204 215 -
CMYK 0.60 0.05 0 0.16
HSL 185.08º 0.62% 0.59% -
HSV(B) 185.08º 0.6% 0.84% -
XYZ 37.6 50.02 71.96 -
YUV 169.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 85 204 215 0.60 0.05 0 0.16 185.08 0.62 0.59
Hex 55 CC D7 3C 5 0 10 B9 3E 3B
Octal 125 314 327 74 5 0 20 271 76 73
Binary 1010101 11001100 11010111 111100 101 0 10000 10111001 111110 111011

Color Harmonies of #55CCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCD7

Black with #55CCD7

Text Example


Text Example

White with #55CCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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