Html Css Color HEX #47FFCA Turquoise

📋 copy color: '#47FFCA'

red 71 ◦ green 255 ◦ blue 202

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

Shades of Turquoise #47FFCA

Tints of Turquoise #47FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 48.3%

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 13.45%
G = 48.3%
B = 38.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#47FFCA (or 0x47FFCA) is known color: Turquoise. HEX triplet: 47, FF and CA. RGB value is (71,255,202). Sum of RGB (Red+Green+Blue) = 71+255+202=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFCA is #B80035. Grayscale: #C1C1C1. Windows color (decimal): -12058678 or 13303623. OLE color: 13303623.

HSL color Cylindrical-coordinate representation of color #47FFCA: hue angle of 162.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFCA is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 202 -
CMYK 0.72 0 0.21 0
HSL 162.72º 1% 0.64% -
HSV(B) 162.72º 0.72% 1% -
XYZ 49.02 77.12 68.18 -
YUV 193.94 132.54 40.31 -
System Red Green Blue C M Y K H S L
Decimal 71 255 202 0.72 0 0.21 0 162.72 1 0.64
Hex 47 FF CA 48 0 15 0 A3 64 40
Octal 107 377 312 110 0 25 0 243 144 100
Binary 1000111 11111111 11001010 1001000 0 10101 0 10100011 1100100 1000000

Color Harmonies of #47FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFCA

Black with #47FFCA

Text Example


Text Example

White with #47FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,255,202); }

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

background-color css

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

 a { background-color: rgb(71,255,202); }

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

border-color css

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

 span { border-color: rgb(71,255,202); }

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