Html Css Color HEX #47F3E6 Turquoise

📋 copy color: '#47F3E6'

red 71 ◦ green 243 ◦ blue 230

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

Shades of Turquoise #47F3E6

Tints of Turquoise #47F3E6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 13.05%
G = 44.67%
B = 42.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#47F3E6 (or 0x47F3E6) is known color: Turquoise. HEX triplet: 47, F3 and E6. RGB value is (71,243,230). Sum of RGB (Red+Green+Blue) = 71+243+230=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #47F3E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F3E6 is #B80C19. Grayscale: #BDBDBD. Windows color (decimal): -12061722 or 15135559. OLE color: 15135559.

HSL color Cylindrical-coordinate representation of color #47F3E6: hue angle of 175.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F3E6 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 243 230 -
CMYK 0.71 0 0.05 0.05
HSL 175.47º 0.88% 0.62% -
HSV(B) 175.47º 0.71% 0.95% -
XYZ 48.93 71.15 86.02 -
YUV 190.09 150.52 43.06 -
System Red Green Blue C M Y K H S L
Decimal 71 243 230 0.71 0 0.05 0.05 175.47 0.88 0.62
Hex 47 F3 E6 47 0 5 5 AF 58 3E
Octal 107 363 346 107 0 5 5 257 130 76
Binary 1000111 11110011 11100110 1000111 0 101 101 10101111 1011000 111110

Color Harmonies of #47F3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F3E6

Black with #47F3E6

Text Example


Text Example

White with #47F3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,243,230); }

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

background-color css

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

 a { background-color: rgb(71,243,230); }

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

border-color css

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

 span { border-color: rgb(71,243,230); }

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