Html Css Color HEX #47CDCD Medium Turquoise

📋 copy color: '#47CDCD'

red 71 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #47CDCD

Tints of Medium Turquoise #47CDCD

RGB

 RED value IS 71 (28.13% from 255) = 14.76%

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 14.76%
G = 42.62%
B = 42.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47CDCD (or 0x47CDCD) is known color: Medium Turquoise. HEX triplet: 47, CD and CD. RGB value is (71,205,205). Sum of RGB (Red+Green+Blue) = 71+205+205=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #47CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDCD is #B83232. Grayscale: #A4A4A4. Windows color (decimal): -12071475 or 13487431. OLE color: 13487431.

HSL color Cylindrical-coordinate representation of color #47CDCD: hue angle of 180º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CDCD is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 205 205 -
CMYK 0.65 0 0 0.20
HSL 180º 0.57% 0.54% -
HSV(B) 180º 0.65% 0.8% -
XYZ 35.45 49.41 65.43 -
YUV 164.93 150.61 61 -
System Red Green Blue C M Y K H S L
Decimal 71 205 205 0.65 0 0 0.20 180 0.57 0.54
Hex 47 CD CD 41 0 0 14 B4 39 36
Octal 107 315 315 101 0 0 24 264 71 66
Binary 1000111 11001101 11001101 1000001 0 0 10100 10110100 111001 110110

Color Harmonies of #47CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CDCD

Black with #47CDCD

Text Example


Text Example

White with #47CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47CDCD; }

 p { color: rgb(71,205,205); }

 H1.HeaderClassName
 {
   color: #47CDCD;
 }
 .AnyTagClassName
 {
   color: #47CDCD;
 }
</style>

background-color css

<style>
 a { background-color: #47CDCD; }

 a { background-color: rgb(71,205,205); }

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

border-color css

<style>
 span { border-color: #47CDCD; }

 span { border-color: rgb(71,205,205); }

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