Html Css Color HEX #53CBCC Medium Turquoise

📋 copy color: '#53CBCC'

red 83 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #53CBCC

Tints of Medium Turquoise #53CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 16.94%
G = 41.43%
B = 41.63%

CMYK

 C value IS 0.59

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#53CBCC (or 0x53CBCC) is known color: Medium Turquoise. HEX triplet: 53, CB and CC. RGB value is (83,203,204). Sum of RGB (Red+Green+Blue) = 83+203+204=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #53CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBCC is #AC3433. Grayscale: #A7A7A7. Windows color (decimal): -11285556 or 13421395. OLE color: 13421395.

HSL color Cylindrical-coordinate representation of color #53CBCC: hue angle of 180.5º 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 #53CBCC is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 203 204 -
CMYK 0.59 0.00 0 0.2
HSL 180.5º 0.54% 0.56% -
HSV(B) 180.5º 0.59% 0.8% -
XYZ 35.82 48.91 64.68 -
YUV 167.23 148.74 67.92 -
System Red Green Blue C M Y K H S L
Decimal 83 203 204 0.59 0.00 0 0.2 180.5 0.54 0.56
Hex 53 CB CC 3B 0 0 14 B4 36 38
Octal 123 313 314 73 0 0 24 264 66 70
Binary 1010011 11001011 11001100 111011 0 0 10100 10110100 110110 111000

Color Harmonies of #53CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBCC

Black with #53CBCC

Text Example


Text Example

White with #53CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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