Html Css Color HEX #47CECE Medium Turquoise

📋 copy color: '#47CECE'

red 71 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #47CECE

Tints of Medium Turquoise #47CECE

RGB

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

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

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

R = 14.7%
G = 42.65%
B = 42.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#47CECE (or 0x47CECE) is known color: Medium Turquoise. HEX triplet: 47, CE and CE. RGB value is (71,206,206). Sum of RGB (Red+Green+Blue) = 71+206+206=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #47CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CECE is #B83131. Grayscale: #A5A5A5. Windows color (decimal): -12071218 or 13553223. OLE color: 13553223.

HSL color Cylindrical-coordinate representation of color #47CECE: hue angle of 180º 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 #47CECE is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 206 206 -
CMYK 0.66 0 0 0.19
HSL 180º 0.58% 0.54% -
HSV(B) 180º 0.66% 0.81% -
XYZ 35.81 49.94 66.14 -
YUV 165.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 71 206 206 0.66 0 0 0.19 180 0.58 0.54
Hex 47 CE CE 42 0 0 13 B4 3A 36
Octal 107 316 316 102 0 0 23 264 72 66
Binary 1000111 11001110 11001110 1000010 0 0 10011 10110100 111010 110110

Color Harmonies of #47CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CECE

Black with #47CECE

Text Example


Text Example

White with #47CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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