Html Css Color HEX #47EEE2 Turquoise

📋 copy color: '#47EEE2'

red 71 ◦ green 238 ◦ blue 226

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

Shades of Turquoise #47EEE2

Tints of Turquoise #47EEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.24%

R = 13.27%
G = 44.49%
B = 42.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#47EEE2 (or 0x47EEE2) is known color: Turquoise. HEX triplet: 47, EE and E2. RGB value is (71,238,226). Sum of RGB (Red+Green+Blue) = 71+238+226=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EEE2 is #B8111D. Grayscale: #BABABA. Windows color (decimal): -12063006 or 14872135. OLE color: 14872135.

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

Color convert

RGB 71 238 226 -
CMYK 0.70 0 0.05 0.07
HSL 175.69º 0.83% 0.61% -
HSV(B) 175.69º 0.7% 0.93% -
XYZ 46.9 67.98 82.6 -
YUV 186.7 150.17 45.48 -
System Red Green Blue C M Y K H S L
Decimal 71 238 226 0.70 0 0.05 0.07 175.69 0.83 0.61
Hex 47 EE E2 46 0 5 7 B0 53 3D
Octal 107 356 342 106 0 5 7 260 123 75
Binary 1000111 11101110 11100010 1000110 0 101 111 10110000 1010011 111101

Color Harmonies of #47EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EEE2

Black with #47EEE2

Text Example


Text Example

White with #47EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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