Html Css Color HEX #55FCCC Turquoise

📋 copy color: '#55FCCC'

red 85 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #55FCCC

Tints of Turquoise #55FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

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

R = 15.71%
G = 46.58%
B = 37.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#55FCCC (or 0x55FCCC) is known color: Turquoise. HEX triplet: 55, FC and CC. RGB value is (85,252,204). Sum of RGB (Red+Green+Blue) = 85+252+204=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCCC is #AA0333. Grayscale: #C4C4C4. Windows color (decimal): -11141940 or 13433941. OLE color: 13433941.

HSL color Cylindrical-coordinate representation of color #55FCCC: hue angle of 162.75º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCCC is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 204 -
CMYK 0.66 0 0.19 0.01
HSL 162.75º 0.97% 0.66% -
HSV(B) 162.75º 0.66% 0.99% -
XYZ 49.46 75.91 69.17 -
YUV 196.6 132.17 48.4 -
System Red Green Blue C M Y K H S L
Decimal 85 252 204 0.66 0 0.19 0.01 162.75 0.97 0.66
Hex 55 FC CC 42 0 13 1 A3 61 42
Octal 125 374 314 102 0 23 1 243 141 102
Binary 1010101 11111100 11001100 1000010 0 10011 1 10100011 1100001 1000010

Color Harmonies of #55FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCCC

Black with #55FCCC

Text Example


Text Example

White with #55FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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