Html Css Color HEX #53CFCE Medium Turquoise

📋 copy color: '#53CFCE'

red 83 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #53CFCE

Tints of Medium Turquoise #53CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 16.73%
G = 41.73%
B = 41.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#53CFCE (or 0x53CFCE) is known color: Medium Turquoise. HEX triplet: 53, CF and CE. RGB value is (83,207,206). Sum of RGB (Red+Green+Blue) = 83+207+206=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFCE is #AC3031. Grayscale: #A9A9A9. Windows color (decimal): -11284530 or 13553491. OLE color: 13553491.

HSL color Cylindrical-coordinate representation of color #53CFCE: hue angle of 179.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFCE is Cyan = 0.60, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 207 206 -
CMYK 0.60 0 0.00 0.19
HSL 179.52º 0.56% 0.57% -
HSV(B) 179.52º 0.6% 0.81% -
XYZ 37.02 50.92 66.27 -
YUV 169.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 83 207 206 0.60 0 0.00 0.19 179.52 0.56 0.57
Hex 53 CF CE 3C 0 0 13 B4 38 39
Octal 123 317 316 74 0 0 23 264 70 71
Binary 1010011 11001111 11001110 111100 0 0 10011 10110100 111000 111001

Color Harmonies of #53CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFCE

Black with #53CFCE

Text Example


Text Example

White with #53CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,207,206); }

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

background-color css

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

 a { background-color: rgb(83,207,206); }

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

border-color css

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

 span { border-color: rgb(83,207,206); }

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