Html Css Color HEX #47E5CF Turquoise

📋 copy color: '#47E5CF'

red 71 ◦ green 229 ◦ blue 207

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

Shades of Turquoise #47E5CF

Tints of Turquoise #47E5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.17%

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 14%
G = 45.17%
B = 40.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#47E5CF (or 0x47E5CF) is known color: Turquoise. HEX triplet: 47, E5 and CF. RGB value is (71,229,207). Sum of RGB (Red+Green+Blue) = 71+229+207=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #47E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E5CF is #B81A30. Grayscale: #B3B3B3. Windows color (decimal): -12065329 or 13624647. OLE color: 13624647.

HSL color Cylindrical-coordinate representation of color #47E5CF: hue angle of 171.65º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E5CF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 71 229 207 -
CMYK 0.69 0 0.10 0.10
HSL 171.65º 0.75% 0.59% -
HSV(B) 171.65º 0.69% 0.9% -
XYZ 41.88 61.88 68.77 -
YUV 179.25 143.65 50.79 -
System Red Green Blue C M Y K H S L
Decimal 71 229 207 0.69 0 0.10 0.10 171.65 0.75 0.59
Hex 47 E5 CF 45 0 A A AC 4B 3B
Octal 107 345 317 105 0 12 12 254 113 73
Binary 1000111 11100101 11001111 1000101 0 1010 1010 10101100 1001011 111011

Color Harmonies of #47E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E5CF

Black with #47E5CF

Text Example


Text Example

White with #47E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,229,207); }

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

background-color css

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

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

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

border-color css

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

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

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