Html Css Color HEX #55FCCB Turquoise

📋 copy color: '#55FCCB'

red 85 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #55FCCB

Tints of Turquoise #55FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 15.74%
G = 46.67%
B = 37.59%

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

#55FCCB (or 0x55FCCB) is known color: Turquoise. HEX triplet: 55, FC and CB. RGB value is (85,252,203). Sum of RGB (Red+Green+Blue) = 85+252+203=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCCB is #AA0334. Grayscale: #C4C4C4. Windows color (decimal): -11141941 or 13368405. OLE color: 13368405.

HSL color Cylindrical-coordinate representation of color #55FCCB: hue angle of 162.4º 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 #55FCCB is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 203 -
CMYK 0.66 0 0.19 0.01
HSL 162.4º 0.97% 0.66% -
HSV(B) 162.4º 0.66% 0.99% -
XYZ 49.34 75.86 68.54 -
YUV 196.48 131.67 48.48 -
System Red Green Blue C M Y K H S L
Decimal 85 252 203 0.66 0 0.19 0.01 162.4 0.97 0.66
Hex 55 FC CB 42 0 13 1 A2 61 42
Octal 125 374 313 102 0 23 1 242 141 102
Binary 1010101 11111100 11001011 1000010 0 10011 1 10100010 1100001 1000010

Color Harmonies of #55FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCCB

Black with #55FCCB

Text Example


Text Example

White with #55FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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