Html Css Color HEX #53F6CE Turquoise

📋 copy color: '#53F6CE'

red 83 ◦ green 246 ◦ blue 206

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

Shades of Turquoise #53F6CE

Tints of Turquoise #53F6CE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.98%

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

R = 15.51%
G = 45.98%
B = 38.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#53F6CE (or 0x53F6CE) is known color: Turquoise. HEX triplet: 53, F6 and CE. RGB value is (83,246,206). Sum of RGB (Red+Green+Blue) = 83+246+206=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #53F6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F6CE is #AC0931. Grayscale: #C0C0C0. Windows color (decimal): -11274546 or 13563475. OLE color: 13563475.

HSL color Cylindrical-coordinate representation of color #53F6CE: hue angle of 165.28º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F6CE is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 246 206 -
CMYK 0.66 0 0.16 0.04
HSL 165.28º 0.9% 0.65% -
HSV(B) 165.28º 0.66% 0.96% -
XYZ 47.66 72.21 69.82 -
YUV 192.7 135.5 49.75 -
System Red Green Blue C M Y K H S L
Decimal 83 246 206 0.66 0 0.16 0.04 165.28 0.9 0.65
Hex 53 F6 CE 42 0 10 4 A5 5A 41
Octal 123 366 316 102 0 20 4 245 132 101
Binary 1010011 11110110 11001110 1000010 0 10000 100 10100101 1011010 1000001

Color Harmonies of #53F6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F6CE

Black with #53F6CE

Text Example


Text Example

White with #53F6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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