Html Css Color HEX #47E8CA Turquoise

📋 copy color: '#47E8CA'

red 71 ◦ green 232 ◦ blue 202

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

Shades of Turquoise #47E8CA

Tints of Turquoise #47E8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 14.06%
G = 45.94%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#47E8CA (or 0x47E8CA) is known color: Turquoise. HEX triplet: 47, E8 and CA. RGB value is (71,232,202). Sum of RGB (Red+Green+Blue) = 71+232+202=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #47E8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E8CA is #B81735. Grayscale: #B4B4B4. Windows color (decimal): -12064566 or 13297735. OLE color: 13297735.

HSL color Cylindrical-coordinate representation of color #47E8CA: hue angle of 168.82º 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 #47E8CA is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 232 202 -
CMYK 0.69 0 0.13 0.09
HSL 168.82º 0.78% 0.59% -
HSV(B) 168.82º 0.69% 0.91% -
XYZ 42.12 63.32 65.88 -
YUV 180.44 140.16 49.94 -
System Red Green Blue C M Y K H S L
Decimal 71 232 202 0.69 0 0.13 0.09 168.82 0.78 0.59
Hex 47 E8 CA 45 0 D 9 A9 4E 3B
Octal 107 350 312 105 0 15 11 251 116 73
Binary 1000111 11101000 11001010 1000101 0 1101 1001 10101001 1001110 111011

Color Harmonies of #47E8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E8CA

Black with #47E8CA

Text Example


Text Example

White with #47E8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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