Html Css Color HEX #53CBDB Medium Turquoise

📋 copy color: '#53CBDB'

red 83 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #53CBDB

Tints of Medium Turquoise #53CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 16.44%
G = 40.2%
B = 43.37%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53CBDB (or 0x53CBDB) is known color: Medium Turquoise. HEX triplet: 53, CB and DB. RGB value is (83,203,219). Sum of RGB (Red+Green+Blue) = 83+203+219=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #53CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBDB is #AC3424. Grayscale: #A8A8A8. Windows color (decimal): -11285541 or 14404435. OLE color: 14404435.

HSL color Cylindrical-coordinate representation of color #53CBDB: hue angle of 187.06º degrees, saturation: 0.65, 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 #53CBDB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 203 219 -
CMYK 0.62 0.07 0 0.14
HSL 187.06º 0.65% 0.59% -
HSV(B) 187.06º 0.62% 0.86% -
XYZ 37.71 49.67 74.62 -
YUV 168.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 83 203 219 0.62 0.07 0 0.14 187.06 0.65 0.59
Hex 53 CB DB 3E 7 0 E BB 41 3B
Octal 123 313 333 76 7 0 16 273 101 73
Binary 1010011 11001011 11011011 111110 111 0 1110 10111011 1000001 111011

Color Harmonies of #53CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBDB

Black with #53CBDB

Text Example


Text Example

White with #53CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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