Html Css Color HEX #53EEBF Turquoise

📋 copy color: '#53EEBF'

red 83 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #53EEBF

Tints of Turquoise #53EEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.48%

 BLUE value IS 191 (75% from 255) = 37.3%

R = 16.21%
G = 46.48%
B = 37.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#53EEBF (or 0x53EEBF) is known color: Turquoise. HEX triplet: 53, EE and BF. RGB value is (83,238,191). Sum of RGB (Red+Green+Blue) = 83+238+191=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EEBF is #AC1140. Grayscale: #BABABA. Windows color (decimal): -11276609 or 12578387. OLE color: 12578387.

HSL color Cylindrical-coordinate representation of color #53EEBF: hue angle of 161.81º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EEBF is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 238 191 -
CMYK 0.65 0 0.20 0.07
HSL 161.81º 0.82% 0.63% -
HSV(B) 161.81º 0.65% 0.93% -
XYZ 43.55 66.75 59.88 -
YUV 186.3 130.65 54.32 -
System Red Green Blue C M Y K H S L
Decimal 83 238 191 0.65 0 0.20 0.07 161.81 0.82 0.63
Hex 53 EE BF 41 0 14 7 A2 52 3F
Octal 123 356 277 101 0 24 7 242 122 77
Binary 1010011 11101110 10111111 1000001 0 10100 111 10100010 1010010 111111

Color Harmonies of #53EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEBF

Black with #53EEBF

Text Example


Text Example

White with #53EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,238,191); }

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

background-color css

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

 a { background-color: rgb(83,238,191); }

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

border-color css

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

 span { border-color: rgb(83,238,191); }

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