Html Css Color HEX #53F7DE Turquoise

📋 copy color: '#53F7DE'

red 83 ◦ green 247 ◦ blue 222

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

Shades of Turquoise #53F7DE

Tints of Turquoise #53F7DE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.75%

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 15.04%
G = 44.75%
B = 40.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#53F7DE (or 0x53F7DE) is known color: Turquoise. HEX triplet: 53, F7 and DE. RGB value is (83,247,222). Sum of RGB (Red+Green+Blue) = 83+247+222=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #53F7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F7DE is #AC0821. Grayscale: #C3C3C3. Windows color (decimal): -11274274 or 14612307. OLE color: 14612307.

HSL color Cylindrical-coordinate representation of color #53F7DE: hue angle of 170.85º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F7DE is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 247 222 -
CMYK 0.66 0 0.10 0.03
HSL 170.85º 0.91% 0.65% -
HSV(B) 170.85º 0.66% 0.97% -
XYZ 50.01 73.63 80.68 -
YUV 195.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 83 247 222 0.66 0 0.10 0.03 170.85 0.91 0.65
Hex 53 F7 DE 42 0 A 3 AB 5B 41
Octal 123 367 336 102 0 12 3 253 133 101
Binary 1010011 11110111 11011110 1000010 0 1010 11 10101011 1011011 1000001

Color Harmonies of #53F7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F7DE

Black with #53F7DE

Text Example


Text Example

White with #53F7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,247,222); }

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

background-color css

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

 a { background-color: rgb(83,247,222); }

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

border-color css

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

 span { border-color: rgb(83,247,222); }

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