Html Css Color HEX #47FBCB Turquoise

📋 copy color: '#47FBCB'

red 71 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #47FBCB

Tints of Turquoise #47FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.81%

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

R = 13.52%
G = 47.81%
B = 38.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#47FBCB (or 0x47FBCB) is known color: Turquoise. HEX triplet: 47, FB and CB. RGB value is (71,251,203). Sum of RGB (Red+Green+Blue) = 71+251+203=525 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.52% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FBCB is #B80434. Grayscale: #BFBFBF. Windows color (decimal): -12059701 or 13368135. OLE color: 13368135.

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

Color convert

RGB 71 251 203 -
CMYK 0.72 0 0.19 0.02
HSL 164º 0.96% 0.63% -
HSV(B) 164º 0.72% 0.98% -
XYZ 47.88 74.65 68.38 -
YUV 191.71 134.37 41.9 -
System Red Green Blue C M Y K H S L
Decimal 71 251 203 0.72 0 0.19 0.02 164 0.96 0.63
Hex 47 FB CB 48 0 13 2 A4 60 3F
Octal 107 373 313 110 0 23 2 244 140 77
Binary 1000111 11111011 11001011 1001000 0 10011 10 10100100 1100000 111111

Color Harmonies of #47FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FBCB

Black with #47FBCB

Text Example


Text Example

White with #47FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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