Html Css Color HEX #47EEE4 Turquoise

📋 copy color: '#47EEE4'

red 71 ◦ green 238 ◦ blue 228

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

Shades of Turquoise #47EEE4

Tints of Turquoise #47EEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.46%

R = 13.22%
G = 44.32%
B = 42.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#47EEE4 (or 0x47EEE4) is known color: Turquoise. HEX triplet: 47, EE and E4. RGB value is (71,238,228). Sum of RGB (Red+Green+Blue) = 71+238+228=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEE4 is #B8111B. Grayscale: #BABABA. Windows color (decimal): -12063004 or 15003207. OLE color: 15003207.

HSL color Cylindrical-coordinate representation of color #47EEE4: hue angle of 176.41º 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 #47EEE4 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 238 228 -
CMYK 0.70 0 0.04 0.07
HSL 176.41º 0.83% 0.61% -
HSV(B) 176.41º 0.7% 0.93% -
XYZ 47.18 68.09 84.06 -
YUV 186.93 151.17 45.31 -
System Red Green Blue C M Y K H S L
Decimal 71 238 228 0.70 0 0.04 0.07 176.41 0.83 0.61
Hex 47 EE E4 46 0 4 7 B0 53 3D
Octal 107 356 344 106 0 4 7 260 123 75
Binary 1000111 11101110 11100100 1000110 0 100 111 10110000 1010011 111101

Color Harmonies of #47EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EEE4

Black with #47EEE4

Text Example


Text Example

White with #47EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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