Html Css Color HEX #47FDED Turquoise

📋 copy color: '#47FDED'

red 71 ◦ green 253 ◦ blue 237

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

Shades of Turquoise #47FDED

Tints of Turquoise #47FDED

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.1%

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 12.66%
G = 45.1%
B = 42.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#47FDED (or 0x47FDED) is known color: Turquoise. HEX triplet: 47, FD and ED. RGB value is (71,253,237). Sum of RGB (Red+Green+Blue) = 71+253+237=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDED is #B80212. Grayscale: #C4C4C4. Windows color (decimal): -12059155 or 15596871. OLE color: 15596871.

HSL color Cylindrical-coordinate representation of color #47FDED: hue angle of 174.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDED is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 253 237 -
CMYK 0.72 0 0.06 0.01
HSL 174.73º 0.98% 0.64% -
HSV(B) 174.73º 0.72% 0.99% -
XYZ 53.01 77.7 92.33 -
YUV 196.76 150.7 38.3 -
System Red Green Blue C M Y K H S L
Decimal 71 253 237 0.72 0 0.06 0.01 174.73 0.98 0.64
Hex 47 FD ED 48 0 6 1 AF 62 40
Octal 107 375 355 110 0 6 1 257 142 100
Binary 1000111 11111101 11101101 1001000 0 110 1 10101111 1100010 1000000

Color Harmonies of #47FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDED

Black with #47FDED

Text Example


Text Example

White with #47FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,253,237); }

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

background-color css

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

 a { background-color: rgb(71,253,237); }

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

border-color css

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

 span { border-color: rgb(71,253,237); }

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