Html Css Color HEX #53DFCE Turquoise

📋 copy color: '#53DFCE'

red 83 ◦ green 223 ◦ blue 206

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

Shades of Turquoise #53DFCE

Tints of Turquoise #53DFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.55%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 16.21%
G = 43.55%
B = 40.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#53DFCE (or 0x53DFCE) is known color: Turquoise. HEX triplet: 53, DF and CE. RGB value is (83,223,206). Sum of RGB (Red+Green+Blue) = 83+223+206=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFCE is #AC2031. Grayscale: #B3B3B3. Windows color (decimal): -11280434 or 13557587. OLE color: 13557587.

HSL color Cylindrical-coordinate representation of color #53DFCE: hue angle of 172.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DFCE is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 206 -
CMYK 0.63 0 0.08 0.13
HSL 172.71º 0.69% 0.6% -
HSV(B) 172.71º 0.63% 0.87% -
XYZ 41.1 59.07 67.63 -
YUV 179.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 83 223 206 0.63 0 0.08 0.13 172.71 0.69 0.6
Hex 53 DF CE 3F 0 8 D AD 45 3C
Octal 123 337 316 77 0 10 15 255 105 74
Binary 1010011 11011111 11001110 111111 0 1000 1101 10101101 1000101 111100

Color Harmonies of #53DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFCE

Black with #53DFCE

Text Example


Text Example

White with #53DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,223,206); }

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

background-color css

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

 a { background-color: rgb(83,223,206); }

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

border-color css

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

 span { border-color: rgb(83,223,206); }

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