Html Css Color HEX #47EBE3 Turquoise

📋 copy color: '#47EBE3'

red 71 ◦ green 235 ◦ blue 227

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

Shades of Turquoise #47EBE3

Tints of Turquoise #47EBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 227 (89.06% from 255) = 42.59%

R = 13.32%
G = 44.09%
B = 42.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#47EBE3 (or 0x47EBE3) is known color: Turquoise. HEX triplet: 47, EB and E3. RGB value is (71,235,227). Sum of RGB (Red+Green+Blue) = 71+235+227=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #47EBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EBE3 is #B8141C. Grayscale: #B8B8B8. Windows color (decimal): -12063773 or 14936903. OLE color: 14936903.

HSL color Cylindrical-coordinate representation of color #47EBE3: hue angle of 177.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EBE3 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 235 227 -
CMYK 0.70 0 0.03 0.08
HSL 177.07º 0.8% 0.6% -
HSV(B) 177.07º 0.7% 0.92% -
XYZ 46.17 66.3 83.04 -
YUV 185.05 151.67 46.65 -
System Red Green Blue C M Y K H S L
Decimal 71 235 227 0.70 0 0.03 0.08 177.07 0.8 0.6
Hex 47 EB E3 46 0 3 8 B1 50 3C
Octal 107 353 343 106 0 3 10 261 120 74
Binary 1000111 11101011 11100011 1000110 0 11 1000 10110001 1010000 111100

Color Harmonies of #47EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EBE3

Black with #47EBE3

Text Example


Text Example

White with #47EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,235,227); }

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

background-color css

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

 a { background-color: rgb(71,235,227); }

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

border-color css

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

 span { border-color: rgb(71,235,227); }

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