Html Css Color HEX #47EFDA Turquoise

📋 copy color: '#47EFDA'

red 71 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #47EFDA

Tints of Turquoise #47EFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.27%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 13.45%
G = 45.27%
B = 41.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#47EFDA (or 0x47EFDA) is known color: Turquoise. HEX triplet: 47, EF and DA. RGB value is (71,239,218). Sum of RGB (Red+Green+Blue) = 71+239+218=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFDA is #B81025. Grayscale: #BABABA. Windows color (decimal): -12062758 or 14348103. OLE color: 14348103.

HSL color Cylindrical-coordinate representation of color #47EFDA: hue angle of 172.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EFDA is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 239 218 -
CMYK 0.70 0 0.09 0.06
HSL 172.5º 0.84% 0.61% -
HSV(B) 172.5º 0.7% 0.94% -
XYZ 46.12 68.13 77.05 -
YUV 186.37 145.84 45.71 -
System Red Green Blue C M Y K H S L
Decimal 71 239 218 0.70 0 0.09 0.06 172.5 0.84 0.61
Hex 47 EF DA 46 0 9 6 AC 54 3D
Octal 107 357 332 106 0 11 6 254 124 75
Binary 1000111 11101111 11011010 1000110 0 1001 110 10101100 1010100 111101

Color Harmonies of #47EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EFDA

Black with #47EFDA

Text Example


Text Example

White with #47EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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