Html Css Color HEX #47F6DF Turquoise

📋 copy color: '#47F6DF'

red 71 ◦ green 246 ◦ blue 223

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

Shades of Turquoise #47F6DF

Tints of Turquoise #47F6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.56%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 13.15%
G = 45.56%
B = 41.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#47F6DF (or 0x47F6DF) is known color: Turquoise. HEX triplet: 47, F6 and DF. RGB value is (71,246,223). Sum of RGB (Red+Green+Blue) = 71+246+223=540 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.15% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F6DF is #B80920. Grayscale: #BEBEBE. Windows color (decimal): -12060961 or 14677575. OLE color: 14677575.

HSL color Cylindrical-coordinate representation of color #47F6DF: hue angle of 172.11º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F6DF is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 246 223 -
CMYK 0.71 0 0.09 0.04
HSL 172.11º 0.91% 0.62% -
HSV(B) 172.11º 0.71% 0.96% -
XYZ 48.87 72.58 81.25 -
YUV 191.05 146.02 42.37 -
System Red Green Blue C M Y K H S L
Decimal 71 246 223 0.71 0 0.09 0.04 172.11 0.91 0.62
Hex 47 F6 DF 47 0 9 4 AC 5B 3E
Octal 107 366 337 107 0 11 4 254 133 76
Binary 1000111 11110110 11011111 1000111 0 1001 100 10101100 1011011 111110

Color Harmonies of #47F6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F6DF

Black with #47F6DF

Text Example


Text Example

White with #47F6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,246,223); }

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

background-color css

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

 a { background-color: rgb(71,246,223); }

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

border-color css

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

 span { border-color: rgb(71,246,223); }

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