Html Css Color HEX #53E3CB Turquoise

📋 copy color: '#53E3CB'

red 83 ◦ green 227 ◦ blue 203

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

Shades of Turquoise #53E3CB

Tints of Turquoise #53E3CB

RGB

 RED value IS 83 (32.81% from 255) = 16.18%

 GREEN value IS 227 (89.06% from 255) = 44.25%

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

R = 16.18%
G = 44.25%
B = 39.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#53E3CB (or 0x53E3CB) is known color: Turquoise. HEX triplet: 53, E3 and CB. RGB value is (83,227,203). Sum of RGB (Red+Green+Blue) = 83+227+203=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #53E3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E3CB is #AC1C34. Grayscale: #B5B5B5. Windows color (decimal): -11279413 or 13362003. OLE color: 13362003.

HSL color Cylindrical-coordinate representation of color #53E3CB: hue angle of 170º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E3CB is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 227 203 -
CMYK 0.63 0 0.11 0.11
HSL 170º 0.72% 0.61% -
HSV(B) 170º 0.63% 0.89% -
XYZ 41.82 61.09 66.09 -
YUV 181.21 140.29 57.95 -
System Red Green Blue C M Y K H S L
Decimal 83 227 203 0.63 0 0.11 0.11 170 0.72 0.61
Hex 53 E3 CB 3F 0 B B AA 48 3D
Octal 123 343 313 77 0 13 13 252 110 75
Binary 1010011 11100011 11001011 111111 0 1011 1011 10101010 1001000 111101

Color Harmonies of #53E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E3CB

Black with #53E3CB

Text Example


Text Example

White with #53E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53E3CB; }

 p { color: rgb(83,227,203); }

 H1.HeaderClassName
 {
   color: #53E3CB;
 }
 .AnyTagClassName
 {
   color: #53E3CB;
 }
</style>

background-color css

<style>
 a { background-color: #53E3CB; }

 a { background-color: rgb(83,227,203); }

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

border-color css

<style>
 span { border-color: #53E3CB; }

 span { border-color: rgb(83,227,203); }

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