Html Css Color HEX #53CBBF Medium Turquoise

📋 copy color: '#53CBBF'

red 83 ◦ green 203 ◦ blue 191

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

Shades of Medium Turquoise #53CBBF

Tints of Medium Turquoise #53CBBF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

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

R = 17.4%
G = 42.56%
B = 40.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#53CBBF (or 0x53CBBF) is known color: Medium Turquoise. HEX triplet: 53, CB and BF. RGB value is (83,203,191). Sum of RGB (Red+Green+Blue) = 83+203+191=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBBF is #AC3440. Grayscale: #A5A5A5. Windows color (decimal): -11285569 or 12569427. OLE color: 12569427.

HSL color Cylindrical-coordinate representation of color #53CBBF: hue angle of 174º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CBBF is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 203 191 -
CMYK 0.59 0 0.06 0.20
HSL 174º 0.54% 0.56% -
HSV(B) 174º 0.59% 0.8% -
XYZ 34.33 48.31 56.81 -
YUV 165.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 83 203 191 0.59 0 0.06 0.20 174 0.54 0.56
Hex 53 CB BF 3B 0 6 14 AE 36 38
Octal 123 313 277 73 0 6 24 256 66 70
Binary 1010011 11001011 10111111 111011 0 110 10100 10101110 110110 111000

Color Harmonies of #53CBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBBF

Black with #53CBBF

Text Example


Text Example

White with #53CBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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