Html Css Color HEX #47E6DF Turquoise

📋 copy color: '#47E6DF'

red 71 ◦ green 230 ◦ blue 223

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

Shades of Turquoise #47E6DF

Tints of Turquoise #47E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.89%

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

R = 13.55%
G = 43.89%
B = 42.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#47E6DF (or 0x47E6DF) is known color: Turquoise. HEX triplet: 47, E6 and DF. RGB value is (71,230,223). Sum of RGB (Red+Green+Blue) = 71+230+223=524 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.55% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #47E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E6DF is #B81920. Grayscale: #B5B5B5. Windows color (decimal): -12065057 or 14673479. OLE color: 14673479.

HSL color Cylindrical-coordinate representation of color #47E6DF: hue angle of 177.36º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E6DF is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 71 230 223 -
CMYK 0.69 0 0.03 0.10
HSL 177.36º 0.76% 0.59% -
HSV(B) 177.36º 0.69% 0.9% -
XYZ 44.21 63.26 79.69 -
YUV 181.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 71 230 223 0.69 0 0.03 0.10 177.36 0.76 0.59
Hex 47 E6 DF 45 0 3 A B1 4C 3B
Octal 107 346 337 105 0 3 12 261 114 73
Binary 1000111 11100110 11011111 1000101 0 11 1010 10110001 1001100 111011

Color Harmonies of #47E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E6DF

Black with #47E6DF

Text Example


Text Example

White with #47E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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