Html Css Color HEX #47F1CF Turquoise

📋 copy color: '#47F1CF'

red 71 ◦ green 241 ◦ blue 207

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

Shades of Turquoise #47F1CF

Tints of Turquoise #47F1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.44%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 13.68%
G = 46.44%
B = 39.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#47F1CF (or 0x47F1CF) is known color: Turquoise. HEX triplet: 47, F1 and CF. RGB value is (71,241,207). Sum of RGB (Red+Green+Blue) = 71+241+207=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #47F1CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F1CF is #B80E30. Grayscale: #BABABA. Windows color (decimal): -12062257 or 13627719. OLE color: 13627719.

HSL color Cylindrical-coordinate representation of color #47F1CF: hue angle of 168º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F1CF is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 241 207 -
CMYK 0.71 0 0.14 0.05
HSL 168º 0.86% 0.61% -
HSV(B) 168º 0.71% 0.95% -
XYZ 45.32 68.76 69.91 -
YUV 186.29 139.68 45.76 -
System Red Green Blue C M Y K H S L
Decimal 71 241 207 0.71 0 0.14 0.05 168 0.86 0.61
Hex 47 F1 CF 47 0 E 5 A8 56 3D
Octal 107 361 317 107 0 16 5 250 126 75
Binary 1000111 11110001 11001111 1000111 0 1110 101 10101000 1010110 111101

Color Harmonies of #47F1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F1CF

Black with #47F1CF

Text Example


Text Example

White with #47F1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,241,207); }

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

background-color css

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

 a { background-color: rgb(71,241,207); }

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

border-color css

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

 span { border-color: rgb(71,241,207); }

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