Html Css Color HEX #55CCCF Medium Turquoise

📋 copy color: '#55CCCF'

red 85 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #55CCCF

Tints of Medium Turquoise #55CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 17.14%
G = 41.13%
B = 41.73%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55CCCF (or 0x55CCCF) is known color: Medium Turquoise. HEX triplet: 55, CC and CF. RGB value is (85,204,207). Sum of RGB (Red+Green+Blue) = 85+204+207=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #55CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCCF is #AA3330. Grayscale: #A8A8A8. Windows color (decimal): -11154225 or 13618261. OLE color: 13618261.

HSL color Cylindrical-coordinate representation of color #55CCCF: hue angle of 181.48º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CCCF is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 204 207 -
CMYK 0.59 0.01 0 0.19
HSL 181.48º 0.56% 0.57% -
HSV(B) 181.48º 0.59% 0.81% -
XYZ 36.6 49.62 66.68 -
YUV 168.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 85 204 207 0.59 0.01 0 0.19 181.48 0.56 0.57
Hex 55 CC CF 3B 1 0 13 B5 38 39
Octal 125 314 317 73 1 0 23 265 70 71
Binary 1010101 11001100 11001111 111011 1 0 10011 10110101 111000 111001

Color Harmonies of #55CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CCCF

Black with #55CCCF

Text Example


Text Example

White with #55CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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