Html Css Color HEX #53DFCF Turquoise

📋 copy color: '#53DFCF'

red 83 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #53DFCF

Tints of Turquoise #53DFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 16.18%
G = 43.47%
B = 40.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#53DFCF (or 0x53DFCF) is known color: Turquoise. HEX triplet: 53, DF and CF. RGB value is (83,223,207). Sum of RGB (Red+Green+Blue) = 83+223+207=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFCF is #AC2030. Grayscale: #B3B3B3. Windows color (decimal): -11280433 or 13623123. OLE color: 13623123.

HSL color Cylindrical-coordinate representation of color #53DFCF: hue angle of 173.14º 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 #53DFCF is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 207 -
CMYK 0.63 0 0.07 0.13
HSL 173.14º 0.69% 0.6% -
HSV(B) 173.14º 0.63% 0.87% -
XYZ 41.22 59.12 68.27 -
YUV 179.32 143.62 59.3 -
System Red Green Blue C M Y K H S L
Decimal 83 223 207 0.63 0 0.07 0.13 173.14 0.69 0.6
Hex 53 DF CF 3F 0 7 D AD 45 3C
Octal 123 337 317 77 0 7 15 255 105 74
Binary 1010011 11011111 11001111 111111 0 111 1101 10101101 1000101 111100

Color Harmonies of #53DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFCF

Black with #53DFCF

Text Example


Text Example

White with #53DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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