Html Css Color HEX #53F3D3 Turquoise

📋 copy color: '#53F3D3'

red 83 ◦ green 243 ◦ blue 211

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

Shades of Turquoise #53F3D3

Tints of Turquoise #53F3D3

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.25%

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 15.46%
G = 45.25%
B = 39.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#53F3D3 (or 0x53F3D3) is known color: Turquoise. HEX triplet: 53, F3 and D3. RGB value is (83,243,211). Sum of RGB (Red+Green+Blue) = 83+243+211=537 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.46% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F3D3 is #AC0C2C. Grayscale: #BFBFBF. Windows color (decimal): -11275309 or 13890387. OLE color: 13890387.

HSL color Cylindrical-coordinate representation of color #53F3D3: hue angle of 168º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F3D3 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 243 211 -
CMYK 0.66 0 0.13 0.05
HSL 168º 0.87% 0.64% -
HSV(B) 168º 0.66% 0.95% -
XYZ 47.38 70.64 72.77 -
YUV 191.51 138.99 50.6 -
System Red Green Blue C M Y K H S L
Decimal 83 243 211 0.66 0 0.13 0.05 168 0.87 0.64
Hex 53 F3 D3 42 0 D 5 A8 57 40
Octal 123 363 323 102 0 15 5 250 127 100
Binary 1010011 11110011 11010011 1000010 0 1101 101 10101000 1010111 1000000

Color Harmonies of #53F3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F3D3

Black with #53F3D3

Text Example


Text Example

White with #53F3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,243,211); }

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

background-color css

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

 a { background-color: rgb(83,243,211); }

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

border-color css

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

 span { border-color: rgb(83,243,211); }

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