Html Css Color HEX #47FCBC Turquoise

📋 copy color: '#47FCBC'

red 71 ◦ green 252 ◦ blue 188

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

Shades of Turquoise #47FCBC

Tints of Turquoise #47FCBC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 13.89%
G = 49.32%
B = 36.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#47FCBC (or 0x47FCBC) is known color: Turquoise. HEX triplet: 47, FC and BC. RGB value is (71,252,188). Sum of RGB (Red+Green+Blue) = 71+252+188=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FCBC is #B80343. Grayscale: #BEBEBE. Windows color (decimal): -12059460 or 12385351. OLE color: 12385351.

HSL color Cylindrical-coordinate representation of color #47FCBC: hue angle of 158.78º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FCBC is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 252 188 -
CMYK 0.72 0 0.25 0.01
HSL 158.78º 0.97% 0.63% -
HSV(B) 158.78º 0.72% 0.99% -
XYZ 46.49 74.59 59.52 -
YUV 190.59 126.53 42.7 -
System Red Green Blue C M Y K H S L
Decimal 71 252 188 0.72 0 0.25 0.01 158.78 0.97 0.63
Hex 47 FC BC 48 0 19 1 9F 61 3F
Octal 107 374 274 110 0 31 1 237 141 77
Binary 1000111 11111100 10111100 1001000 0 11001 1 10011111 1100001 111111

Color Harmonies of #47FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCBC

Black with #47FCBC

Text Example


Text Example

White with #47FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,252,188); }

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

background-color css

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

 a { background-color: rgb(71,252,188); }

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

border-color css

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

 span { border-color: rgb(71,252,188); }

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