Html Css Color HEX #53F7CF Turquoise

📋 copy color: '#53F7CF'

red 83 ◦ green 247 ◦ blue 207

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

Shades of Turquoise #53F7CF

Tints of Turquoise #53F7CF

RGB

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

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

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

R = 15.46%
G = 46%
B = 38.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#53F7CF (or 0x53F7CF) is known color: Turquoise. HEX triplet: 53, F7 and CF. RGB value is (83,247,207). Sum of RGB (Red+Green+Blue) = 83+247+207=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #53F7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F7CF is #AC0830. Grayscale: #C1C1C1. Windows color (decimal): -11274289 or 13629267. OLE color: 13629267.

HSL color Cylindrical-coordinate representation of color #53F7CF: hue angle of 165.37º 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 #53F7CF is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 247 207 -
CMYK 0.66 0 0.16 0.03
HSL 165.37º 0.91% 0.65% -
HSV(B) 165.37º 0.66% 0.97% -
XYZ 48.09 72.87 70.56 -
YUV 193.4 135.67 49.25 -
System Red Green Blue C M Y K H S L
Decimal 83 247 207 0.66 0 0.16 0.03 165.37 0.91 0.65
Hex 53 F7 CF 42 0 10 3 A5 5B 41
Octal 123 367 317 102 0 20 3 245 133 101
Binary 1010011 11110111 11001111 1000010 0 10000 11 10100101 1011011 1000001

Color Harmonies of #53F7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F7CF

Black with #53F7CF

Text Example


Text Example

White with #53F7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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