Html Css Color HEX #47F9CF Turquoise

📋 copy color: '#47F9CF'

red 71 ◦ green 249 ◦ blue 207

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

Shades of Turquoise #47F9CF

Tints of Turquoise #47F9CF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

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

R = 13.47%
G = 47.25%
B = 39.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#47F9CF (or 0x47F9CF) is known color: Turquoise. HEX triplet: 47, F9 and CF. RGB value is (71,249,207). Sum of RGB (Red+Green+Blue) = 71+249+207=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #47F9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F9CF is #B80630. Grayscale: #BEBEBE. Windows color (decimal): -12060209 or 13629767. OLE color: 13629767.

HSL color Cylindrical-coordinate representation of color #47F9CF: hue angle of 165.84º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F9CF is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 249 207 -
CMYK 0.71 0 0.17 0.02
HSL 165.84º 0.94% 0.63% -
HSV(B) 165.84º 0.71% 0.98% -
XYZ 47.74 73.6 70.72 -
YUV 190.99 137.03 42.42 -
System Red Green Blue C M Y K H S L
Decimal 71 249 207 0.71 0 0.17 0.02 165.84 0.94 0.63
Hex 47 F9 CF 47 0 11 2 A6 5E 3F
Octal 107 371 317 107 0 21 2 246 136 77
Binary 1000111 11111001 11001111 1000111 0 10001 10 10100110 1011110 111111

Color Harmonies of #47F9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F9CF

Black with #47F9CF

Text Example


Text Example

White with #47F9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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