Html Css Color HEX #47CDCE Medium Turquoise

📋 copy color: '#47CDCE'

red 71 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #47CDCE

Tints of Medium Turquoise #47CDCE

RGB

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

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

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

R = 14.73%
G = 42.53%
B = 42.74%

CMYK

 C value IS 0.66

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47CDCE (or 0x47CDCE) is known color: Medium Turquoise. HEX triplet: 47, CD and CE. RGB value is (71,205,206). Sum of RGB (Red+Green+Blue) = 71+205+206=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #47CDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDCE is #B83231. Grayscale: #A4A4A4. Windows color (decimal): -12071474 or 13552967. OLE color: 13552967.

HSL color Cylindrical-coordinate representation of color #47CDCE: hue angle of 180.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CDCE is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 205 206 -
CMYK 0.66 0.00 0 0.19
HSL 180.44º 0.58% 0.54% -
HSV(B) 180.44º 0.66% 0.81% -
XYZ 35.57 49.46 66.06 -
YUV 165.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 71 205 206 0.66 0.00 0 0.19 180.44 0.58 0.54
Hex 47 CD CE 42 0 0 13 B4 3A 36
Octal 107 315 316 102 0 0 23 264 72 66
Binary 1000111 11001101 11001110 1000010 0 0 10011 10110100 111010 110110

Color Harmonies of #47CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CDCE

Black with #47CDCE

Text Example


Text Example

White with #47CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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