Html Css Color HEX #53E9CB Turquoise

📋 copy color: '#53E9CB'

red 83 ◦ green 233 ◦ blue 203

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

Shades of Turquoise #53E9CB

Tints of Turquoise #53E9CB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.89%

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

R = 15.99%
G = 44.89%
B = 39.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#53E9CB (or 0x53E9CB) is known color: Turquoise. HEX triplet: 53, E9 and CB. RGB value is (83,233,203). Sum of RGB (Red+Green+Blue) = 83+233+203=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #53E9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E9CB is #AC1634. Grayscale: #B8B8B8. Windows color (decimal): -11277877 or 13363539. OLE color: 13363539.

HSL color Cylindrical-coordinate representation of color #53E9CB: hue angle of 168º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E9CB is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 233 203 -
CMYK 0.64 0 0.13 0.09
HSL 168º 0.77% 0.62% -
HSV(B) 168º 0.64% 0.91% -
XYZ 43.49 64.43 66.64 -
YUV 184.73 138.31 55.44 -
System Red Green Blue C M Y K H S L
Decimal 83 233 203 0.64 0 0.13 0.09 168 0.77 0.62
Hex 53 E9 CB 40 0 D 9 A8 4D 3E
Octal 123 351 313 100 0 15 11 250 115 76
Binary 1010011 11101001 11001011 1000000 0 1101 1001 10101000 1001101 111110

Color Harmonies of #53E9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E9CB

Black with #53E9CB

Text Example


Text Example

White with #53E9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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