Html Css Color HEX #55C3CC Medium Turquoise

📋 copy color: '#55C3CC'

red 85 ◦ green 195 ◦ blue 204

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

Shades of Medium Turquoise #55C3CC

Tints of Medium Turquoise #55C3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 17.56%
G = 40.29%
B = 42.15%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#55C3CC (or 0x55C3CC) is known color: Medium Turquoise. HEX triplet: 55, C3 and CC. RGB value is (85,195,204). Sum of RGB (Red+Green+Blue) = 85+195+204=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #55C3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C3CC is #AA3C33. Grayscale: #A2A2A2. Windows color (decimal): -11156532 or 13419349. OLE color: 13419349.

HSL color Cylindrical-coordinate representation of color #55C3CC: hue angle of 184.54º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C3CC is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 195 204 -
CMYK 0.58 0.04 0 0.2
HSL 184.54º 0.54% 0.57% -
HSV(B) 184.54º 0.58% 0.8% -
XYZ 34.16 45.32 64.07 -
YUV 163.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 85 195 204 0.58 0.04 0 0.2 184.54 0.54 0.57
Hex 55 C3 CC 3A 4 0 14 B9 36 39
Octal 125 303 314 72 4 0 24 271 66 71
Binary 1010101 11000011 11001100 111010 100 0 10100 10111001 110110 111001

Color Harmonies of #55C3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C3CC

Black with #55C3CC

Text Example


Text Example

White with #55C3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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