Html Css Color HEX #47EFD2 Turquoise

📋 copy color: '#47EFD2'

red 71 ◦ green 239 ◦ blue 210

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

Shades of Turquoise #47EFD2

Tints of Turquoise #47EFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 13.65%
G = 45.96%
B = 40.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#47EFD2 (or 0x47EFD2) is known color: Turquoise. HEX triplet: 47, EF and D2. RGB value is (71,239,210). Sum of RGB (Red+Green+Blue) = 71+239+210=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFD2 is #B8102D. Grayscale: #B9B9B9. Windows color (decimal): -12062766 or 13823815. OLE color: 13823815.

HSL color Cylindrical-coordinate representation of color #47EFD2: hue angle of 169.64º 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 #47EFD2 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 239 210 -
CMYK 0.70 0 0.12 0.06
HSL 169.64º 0.84% 0.61% -
HSV(B) 169.64º 0.7% 0.94% -
XYZ 45.1 67.73 71.67 -
YUV 185.46 141.84 46.36 -
System Red Green Blue C M Y K H S L
Decimal 71 239 210 0.70 0 0.12 0.06 169.64 0.84 0.61
Hex 47 EF D2 46 0 C 6 AA 54 3D
Octal 107 357 322 106 0 14 6 252 124 75
Binary 1000111 11101111 11010010 1000110 0 1100 110 10101010 1010100 111101

Color Harmonies of #47EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EFD2

Black with #47EFD2

Text Example


Text Example

White with #47EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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