Html Css Color HEX #47DAE4 Turquoise

📋 copy color: '#47DAE4'

red 71 ◦ green 218 ◦ blue 228

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

Shades of Turquoise #47DAE4

Tints of Turquoise #47DAE4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 228 (89.45% from 255) = 44.1%

R = 13.73%
G = 42.17%
B = 44.1%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#47DAE4 (or 0x47DAE4) is known color: Turquoise. HEX triplet: 47, DA and E4. RGB value is (71,218,228). Sum of RGB (Red+Green+Blue) = 71+218+228=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #47DAE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DAE4 is #B8251B. Grayscale: #AFAFAF. Windows color (decimal): -12068124 or 14998087. OLE color: 14998087.

HSL color Cylindrical-coordinate representation of color #47DAE4: hue angle of 183.82º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47DAE4 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 218 228 -
CMYK 0.69 0.04 0 0.11
HSL 183.82º 0.74% 0.59% -
HSV(B) 183.82º 0.69% 0.89% -
XYZ 41.67 57.08 82.22 -
YUV 175.19 157.8 53.69 -
System Red Green Blue C M Y K H S L
Decimal 71 218 228 0.69 0.04 0 0.11 183.82 0.74 0.59
Hex 47 DA E4 45 4 0 B B8 4A 3B
Octal 107 332 344 105 4 0 13 270 112 73
Binary 1000111 11011010 11100100 1000101 100 0 1011 10111000 1001010 111011

Color Harmonies of #47DAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DAE4

Black with #47DAE4

Text Example


Text Example

White with #47DAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,218,228); }

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

background-color css

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

 a { background-color: rgb(71,218,228); }

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

border-color css

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

 span { border-color: rgb(71,218,228); }

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