Html Css Color HEX #53FBBC Turquoise

📋 copy color: '#53FBBC'

red 83 ◦ green 251 ◦ blue 188

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

Shades of Turquoise #53FBBC

Tints of Turquoise #53FBBC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.08%

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 15.9%
G = 48.08%
B = 36.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#53FBBC (or 0x53FBBC) is known color: Turquoise. HEX triplet: 53, FB and BC. RGB value is (83,251,188). Sum of RGB (Red+Green+Blue) = 83+251+188=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBBC is #AC0443. Grayscale: #C1C1C1. Windows color (decimal): -11273284 or 12385107. OLE color: 12385107.

HSL color Cylindrical-coordinate representation of color #53FBBC: hue angle of 157.5º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBBC is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 251 188 -
CMYK 0.67 0 0.25 0.02
HSL 157.5º 0.95% 0.65% -
HSV(B) 157.5º 0.67% 0.98% -
XYZ 47.14 74.46 59.47 -
YUV 193.59 124.84 49.12 -
System Red Green Blue C M Y K H S L
Decimal 83 251 188 0.67 0 0.25 0.02 157.5 0.95 0.65
Hex 53 FB BC 43 0 19 2 9E 5F 41
Octal 123 373 274 103 0 31 2 236 137 101
Binary 1010011 11111011 10111100 1000011 0 11001 10 10011110 1011111 1000001

Color Harmonies of #53FBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FBBC

Black with #53FBBC

Text Example


Text Example

White with #53FBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,251,188); }

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

background-color css

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

 a { background-color: rgb(83,251,188); }

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

border-color css

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

 span { border-color: rgb(83,251,188); }

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