Html Css Color HEX #53FCBD Turquoise

📋 copy color: '#53FCBD'

red 83 ◦ green 252 ◦ blue 189

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

Shades of Turquoise #53FCBD

Tints of Turquoise #53FCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.09%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 15.84%
G = 48.09%
B = 36.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#53FCBD (or 0x53FCBD) is known color: Turquoise. HEX triplet: 53, FC and BD. RGB value is (83,252,189). Sum of RGB (Red+Green+Blue) = 83+252+189=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCBD is #AC0342. Grayscale: #C2C2C2. Windows color (decimal): -11273027 or 12450899. OLE color: 12450899.

HSL color Cylindrical-coordinate representation of color #53FCBD: hue angle of 157.63º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FCBD is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 252 189 -
CMYK 0.67 0 0.25 0.01
HSL 157.63º 0.97% 0.66% -
HSV(B) 157.63º 0.67% 0.99% -
XYZ 47.56 75.13 60.14 -
YUV 194.29 125.01 48.62 -
System Red Green Blue C M Y K H S L
Decimal 83 252 189 0.67 0 0.25 0.01 157.63 0.97 0.66
Hex 53 FC BD 43 0 19 1 9E 61 42
Octal 123 374 275 103 0 31 1 236 141 102
Binary 1010011 11111100 10111101 1000011 0 11001 1 10011110 1100001 1000010

Color Harmonies of #53FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCBD

Black with #53FCBD

Text Example


Text Example

White with #53FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,252,189); }

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

background-color css

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

 a { background-color: rgb(83,252,189); }

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

border-color css

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

 span { border-color: rgb(83,252,189); }

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