Html Css Color HEX #47CEDE Medium Turquoise

📋 copy color: '#47CEDE'

red 71 ◦ green 206 ◦ blue 222

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

Shades of Medium Turquoise #47CEDE

Tints of Medium Turquoise #47CEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 14.23%
G = 41.28%
B = 44.49%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#47CEDE (or 0x47CEDE) is known color: Medium Turquoise. HEX triplet: 47, CE and DE. RGB value is (71,206,222). Sum of RGB (Red+Green+Blue) = 71+206+222=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #47CEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEDE is #B83121. Grayscale: #A7A7A7. Windows color (decimal): -12071202 or 14601799. OLE color: 14601799.

HSL color Cylindrical-coordinate representation of color #47CEDE: hue angle of 186.36º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CEDE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 206 222 -
CMYK 0.68 0.07 0 0.13
HSL 186.36º 0.7% 0.57% -
HSV(B) 186.36º 0.68% 0.87% -
XYZ 37.85 50.76 76.91 -
YUV 167.46 158.77 59.2 -
System Red Green Blue C M Y K H S L
Decimal 71 206 222 0.68 0.07 0 0.13 186.36 0.7 0.57
Hex 47 CE DE 44 7 0 D BA 46 39
Octal 107 316 336 104 7 0 15 272 106 71
Binary 1000111 11001110 11011110 1000100 111 0 1101 10111010 1000110 111001

Color Harmonies of #47CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CEDE

Black with #47CEDE

Text Example


Text Example

White with #47CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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