Html Css Color HEX #47F5CF Turquoise

📋 copy color: '#47F5CF'

red 71 ◦ green 245 ◦ blue 207

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

Shades of Turquoise #47F5CF

Tints of Turquoise #47F5CF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.85%

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

R = 13.58%
G = 46.85%
B = 39.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#47F5CF (or 0x47F5CF) is known color: Turquoise. HEX triplet: 47, F5 and CF. RGB value is (71,245,207). Sum of RGB (Red+Green+Blue) = 71+245+207=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #47F5CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F5CF is #B80A30. Grayscale: #BCBCBC. Windows color (decimal): -12061233 or 13628743. OLE color: 13628743.

HSL color Cylindrical-coordinate representation of color #47F5CF: hue angle of 166.9º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F5CF is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 245 207 -
CMYK 0.71 0 0.16 0.04
HSL 166.9º 0.9% 0.62% -
HSV(B) 166.9º 0.71% 0.96% -
XYZ 46.51 71.15 70.31 -
YUV 188.64 138.35 44.09 -
System Red Green Blue C M Y K H S L
Decimal 71 245 207 0.71 0 0.16 0.04 166.9 0.9 0.62
Hex 47 F5 CF 47 0 10 4 A7 5A 3E
Octal 107 365 317 107 0 20 4 247 132 76
Binary 1000111 11110101 11001111 1000111 0 10000 100 10100111 1011010 111110

Color Harmonies of #47F5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F5CF

Black with #47F5CF

Text Example


Text Example

White with #47F5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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