Html Css Color HEX #47CED0 Medium Turquoise

📋 copy color: '#47CED0'

red 71 ◦ green 206 ◦ blue 208

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

Shades of Medium Turquoise #47CED0

Tints of Medium Turquoise #47CED0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 208 (81.64% from 255) = 42.89%

R = 14.64%
G = 42.47%
B = 42.89%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#47CED0 (or 0x47CED0) is known color: Medium Turquoise. HEX triplet: 47, CE and D0. RGB value is (71,206,208). Sum of RGB (Red+Green+Blue) = 71+206+208=485 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.64% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #47CED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CED0 is #B8312F. Grayscale: #A5A5A5. Windows color (decimal): -12071216 or 13684295. OLE color: 13684295.

HSL color Cylindrical-coordinate representation of color #47CED0: hue angle of 180.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CED0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 206 208 -
CMYK 0.66 0.01 0 0.18
HSL 180.88º 0.59% 0.55% -
HSV(B) 180.88º 0.66% 0.82% -
XYZ 36.06 50.04 67.43 -
YUV 165.86 151.77 60.34 -
System Red Green Blue C M Y K H S L
Decimal 71 206 208 0.66 0.01 0 0.18 180.88 0.59 0.55
Hex 47 CE D0 42 1 0 12 B5 3B 37
Octal 107 316 320 102 1 0 22 265 73 67
Binary 1000111 11001110 11010000 1000010 1 0 10010 10110101 111011 110111

Color Harmonies of #47CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CED0

Black with #47CED0

Text Example


Text Example

White with #47CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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