Html Css Color HEX #53CBDC Medium Turquoise

📋 copy color: '#53CBDC'

red 83 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #53CBDC

Tints of Medium Turquoise #53CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 16.4%
G = 40.12%
B = 43.48%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53CBDC (or 0x53CBDC) is known color: Medium Turquoise. HEX triplet: 53, CB and DC. RGB value is (83,203,220). Sum of RGB (Red+Green+Blue) = 83+203+220=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #53CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBDC is #AC3423. Grayscale: #A8A8A8. Windows color (decimal): -11285540 or 14469971. OLE color: 14469971.

HSL color Cylindrical-coordinate representation of color #53CBDC: hue angle of 187.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CBDC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 203 220 -
CMYK 0.62 0.08 0 0.14
HSL 187.45º 0.66% 0.59% -
HSV(B) 187.45º 0.62% 0.86% -
XYZ 37.84 49.72 75.31 -
YUV 169.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 83 203 220 0.62 0.08 0 0.14 187.45 0.66 0.59
Hex 53 CB DC 3E 8 0 E BB 42 3B
Octal 123 313 334 76 10 0 16 273 102 73
Binary 1010011 11001011 11011100 111110 1000 0 1110 10111011 1000010 111011

Color Harmonies of #53CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBDC

Black with #53CBDC

Text Example


Text Example

White with #53CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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