Html Css Color HEX #47FDDF Turquoise

📋 copy color: '#47FDDF'

red 71 ◦ green 253 ◦ blue 223

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

Shades of Turquoise #47FDDF

Tints of Turquoise #47FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 12.98%
G = 46.25%
B = 40.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#47FDDF (or 0x47FDDF) is known color: Turquoise. HEX triplet: 47, FD and DF. RGB value is (71,253,223). Sum of RGB (Red+Green+Blue) = 71+253+223=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDDF is #B80220. Grayscale: #C3C3C3. Windows color (decimal): -12059169 or 14679367. OLE color: 14679367.

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

Color convert

RGB 71 253 223 -
CMYK 0.72 0 0.12 0.01
HSL 170.11º 0.98% 0.64% -
HSV(B) 170.11º 0.72% 0.99% -
XYZ 51.04 76.92 81.97 -
YUV 195.16 143.7 39.44 -
System Red Green Blue C M Y K H S L
Decimal 71 253 223 0.72 0 0.12 0.01 170.11 0.98 0.64
Hex 47 FD DF 48 0 C 1 AA 62 40
Octal 107 375 337 110 0 14 1 252 142 100
Binary 1000111 11111101 11011111 1001000 0 1100 1 10101010 1100010 1000000

Color Harmonies of #47FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FDDF

Black with #47FDDF

Text Example


Text Example

White with #47FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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