Html Css Color HEX #47EEE8 Turquoise

📋 copy color: '#47EEE8'

red 71 ◦ green 238 ◦ blue 232

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

Shades of Turquoise #47EEE8

Tints of Turquoise #47EEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.99%

 BLUE value IS 232 (91.02% from 255) = 42.88%

R = 13.12%
G = 43.99%
B = 42.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#47EEE8 (or 0x47EEE8) is known color: Turquoise. HEX triplet: 47, EE and E8. RGB value is (71,238,232). Sum of RGB (Red+Green+Blue) = 71+238+232=541 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.12% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EEE8 is #B81117. Grayscale: #BBBBBB. Windows color (decimal): -12063000 or 15265351. OLE color: 15265351.

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

Color convert

RGB 71 238 232 -
CMYK 0.70 0 0.03 0.07
HSL 177.84º 0.83% 0.61% -
HSV(B) 177.84º 0.7% 0.93% -
XYZ 47.74 68.31 87.01 -
YUV 187.38 153.17 44.99 -
System Red Green Blue C M Y K H S L
Decimal 71 238 232 0.70 0 0.03 0.07 177.84 0.83 0.61
Hex 47 EE E8 46 0 3 7 B2 53 3D
Octal 107 356 350 106 0 3 7 262 123 75
Binary 1000111 11101110 11101000 1000110 0 11 111 10110010 1010011 111101

Color Harmonies of #47EEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EEE8

Black with #47EEE8

Text Example


Text Example

White with #47EEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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