Html Css Color HEX #47DAE6 Turquoise

📋 copy color: '#47DAE6'

red 71 ◦ green 218 ◦ blue 230

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

Shades of Turquoise #47DAE6

Tints of Turquoise #47DAE6

RGB

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

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

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

R = 13.68%
G = 42%
B = 44.32%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#47DAE6 (or 0x47DAE6) is known color: Turquoise. HEX triplet: 47, DA and E6. RGB value is (71,218,230). Sum of RGB (Red+Green+Blue) = 71+218+230=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #47DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DAE6 is #B82519. Grayscale: #AFAFAF. Windows color (decimal): -12068122 or 15129159. OLE color: 15129159.

HSL color Cylindrical-coordinate representation of color #47DAE6: hue angle of 184.53º 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 #47DAE6 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 71 218 230 -
CMYK 0.69 0.05 0 0.10
HSL 184.53º 0.76% 0.59% -
HSV(B) 184.53º 0.69% 0.9% -
XYZ 41.95 57.2 83.69 -
YUV 175.42 158.8 53.52 -
System Red Green Blue C M Y K H S L
Decimal 71 218 230 0.69 0.05 0 0.10 184.53 0.76 0.59
Hex 47 DA E6 45 5 0 A B9 4C 3B
Octal 107 332 346 105 5 0 12 271 114 73
Binary 1000111 11011010 11100110 1000101 101 0 1010 10111001 1001100 111011

Color Harmonies of #47DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DAE6

Black with #47DAE6

Text Example


Text Example

White with #47DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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