Html Css Color HEX #53EBCD Turquoise

📋 copy color: '#53EBCD'

red 83 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #53EBCD

Tints of Turquoise #53EBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.93%

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 15.87%
G = 44.93%
B = 39.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#53EBCD (or 0x53EBCD) is known color: Turquoise. HEX triplet: 53, EB and CD. RGB value is (83,235,205). Sum of RGB (Red+Green+Blue) = 83+235+205=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBCD is #AC1432. Grayscale: #BABABA. Windows color (decimal): -11277363 or 13495123. OLE color: 13495123.

HSL color Cylindrical-coordinate representation of color #53EBCD: hue angle of 168.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EBCD is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 235 205 -
CMYK 0.65 0 0.13 0.08
HSL 168.16º 0.79% 0.62% -
HSV(B) 168.16º 0.65% 0.92% -
XYZ 44.3 65.66 68.1 -
YUV 186.13 138.64 54.44 -
System Red Green Blue C M Y K H S L
Decimal 83 235 205 0.65 0 0.13 0.08 168.16 0.79 0.62
Hex 53 EB CD 41 0 D 8 A8 4F 3E
Octal 123 353 315 101 0 15 10 250 117 76
Binary 1010011 11101011 11001101 1000001 0 1101 1000 10101000 1001111 111110

Color Harmonies of #53EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EBCD

Black with #53EBCD

Text Example


Text Example

White with #53EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,235,205); }

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

background-color css

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

 a { background-color: rgb(83,235,205); }

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

border-color css

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

 span { border-color: rgb(83,235,205); }

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