Html Css Color HEX #47FFCB Turquoise

📋 copy color: '#47FFCB'

red 71 ◦ green 255 ◦ blue 203

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

Shades of Turquoise #47FFCB

Tints of Turquoise #47FFCB

RGB

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

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

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

R = 13.42%
G = 48.2%
B = 38.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#47FFCB (or 0x47FFCB) is known color: Turquoise. HEX triplet: 47, FF and CB. RGB value is (71,255,203). Sum of RGB (Red+Green+Blue) = 71+255+203=529 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.42% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFCB is #B80034. Grayscale: #C2C2C2. Windows color (decimal): -12058677 or 13369159. OLE color: 13369159.

HSL color Cylindrical-coordinate representation of color #47FFCB: hue angle of 163.04º 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 #47FFCB is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 203 -
CMYK 0.72 0 0.20 0
HSL 163.04º 1% 0.64% -
HSV(B) 163.04º 0.72% 1% -
XYZ 49.14 77.17 68.81 -
YUV 194.06 133.04 40.23 -
System Red Green Blue C M Y K H S L
Decimal 71 255 203 0.72 0 0.20 0 163.04 1 0.64
Hex 47 FF CB 48 0 14 0 A3 64 40
Octal 107 377 313 110 0 24 0 243 144 100
Binary 1000111 11111111 11001011 1001000 0 10100 0 10100011 1100100 1000000

Color Harmonies of #47FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFCB

Black with #47FFCB

Text Example


Text Example

White with #47FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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