Html Css Color HEX #47EDC3 Turquoise

📋 copy color: '#47EDC3'

red 71 ◦ green 237 ◦ blue 195

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

Shades of Turquoise #47EDC3

Tints of Turquoise #47EDC3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.12%

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 14.12%
G = 47.12%
B = 38.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#47EDC3 (or 0x47EDC3) is known color: Turquoise. HEX triplet: 47, ED and C3. RGB value is (71,237,195). Sum of RGB (Red+Green+Blue) = 71+237+195=503 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.12% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #47EDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EDC3 is #B8123C. Grayscale: #B6B6B6. Windows color (decimal): -12063293 or 12840263. OLE color: 12840263.

HSL color Cylindrical-coordinate representation of color #47EDC3: hue angle of 164.82º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EDC3 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 237 195 -
CMYK 0.70 0 0.18 0.07
HSL 164.82º 0.82% 0.6% -
HSV(B) 164.82º 0.7% 0.93% -
XYZ 42.73 65.85 62.09 -
YUV 182.58 135 48.42 -
System Red Green Blue C M Y K H S L
Decimal 71 237 195 0.70 0 0.18 0.07 164.82 0.82 0.6
Hex 47 ED C3 46 0 12 7 A5 52 3C
Octal 107 355 303 106 0 22 7 245 122 74
Binary 1000111 11101101 11000011 1000110 0 10010 111 10100101 1010010 111100

Color Harmonies of #47EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EDC3

Black with #47EDC3

Text Example


Text Example

White with #47EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,237,195); }

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

background-color css

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

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

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

border-color css

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

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

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