Html Css Color HEX #47E8CE Turquoise

📋 copy color: '#47E8CE'

red 71 ◦ green 232 ◦ blue 206

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

Shades of Turquoise #47E8CE

Tints of Turquoise #47E8CE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

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

R = 13.95%
G = 45.58%
B = 40.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#47E8CE (or 0x47E8CE) is known color: Turquoise. HEX triplet: 47, E8 and CE. RGB value is (71,232,206). Sum of RGB (Red+Green+Blue) = 71+232+206=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #47E8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E8CE is #B81731. Grayscale: #B4B4B4. Windows color (decimal): -12064562 or 13559879. OLE color: 13559879.

HSL color Cylindrical-coordinate representation of color #47E8CE: hue angle of 170.31º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E8CE is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 232 206 -
CMYK 0.69 0 0.11 0.09
HSL 170.31º 0.78% 0.59% -
HSV(B) 170.31º 0.69% 0.91% -
XYZ 42.6 63.51 68.41 -
YUV 180.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 71 232 206 0.69 0 0.11 0.09 170.31 0.78 0.59
Hex 47 E8 CE 45 0 B 9 AA 4E 3B
Octal 107 350 316 105 0 13 11 252 116 73
Binary 1000111 11101000 11001110 1000101 0 1011 1001 10101010 1001110 111011

Color Harmonies of #47E8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E8CE

Black with #47E8CE

Text Example


Text Example

White with #47E8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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