Html Css Color HEX #47F6CB Turquoise

📋 copy color: '#47F6CB'

red 71 ◦ green 246 ◦ blue 203

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

Shades of Turquoise #47F6CB

Tints of Turquoise #47F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 13.65%
G = 47.31%
B = 39.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#47F6CB (or 0x47F6CB) is known color: Turquoise. HEX triplet: 47, F6 and CB. RGB value is (71,246,203). Sum of RGB (Red+Green+Blue) = 71+246+203=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #47F6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F6CB is #B80934. Grayscale: #BCBCBC. Windows color (decimal): -12060981 or 13366855. OLE color: 13366855.

HSL color Cylindrical-coordinate representation of color #47F6CB: hue angle of 165.26º degrees, saturation: 0.91, 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 #47F6CB is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 246 203 -
CMYK 0.71 0 0.17 0.04
HSL 165.26º 0.91% 0.62% -
HSV(B) 165.26º 0.71% 0.96% -
XYZ 46.33 71.56 67.87 -
YUV 188.77 136.02 44 -
System Red Green Blue C M Y K H S L
Decimal 71 246 203 0.71 0 0.17 0.04 165.26 0.91 0.62
Hex 47 F6 CB 47 0 11 4 A5 5B 3E
Octal 107 366 313 107 0 21 4 245 133 76
Binary 1000111 11110110 11001011 1000111 0 10001 100 10100101 1011011 111110

Color Harmonies of #47F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F6CB

Black with #47F6CB

Text Example


Text Example

White with #47F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,246,203); }

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

background-color css

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

 a { background-color: rgb(71,246,203); }

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

border-color css

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

 span { border-color: rgb(71,246,203); }

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