Html Css Color HEX #47FEEB Turquoise

📋 copy color: '#47FEEB'

red 71 ◦ green 254 ◦ blue 235

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

Shades of Turquoise #47FEEB

Tints of Turquoise #47FEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.36%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 12.68%
G = 45.36%
B = 41.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#47FEEB (or 0x47FEEB) is known color: Turquoise. HEX triplet: 47, FE and EB. RGB value is (71,254,235). Sum of RGB (Red+Green+Blue) = 71+254+235=560 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.68% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FEEB is #B80114. Grayscale: #C5C5C5. Windows color (decimal): -12058901 or 15466055. OLE color: 15466055.

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

Color convert

RGB 71 254 235 -
CMYK 0.72 0 0.07 0.00
HSL 173.77º 0.99% 0.64% -
HSV(B) 173.77º 0.72% 1% -
XYZ 53.04 78.22 90.9 -
YUV 197.12 149.37 38.04 -
System Red Green Blue C M Y K H S L
Decimal 71 254 235 0.72 0 0.07 0.00 173.77 0.99 0.64
Hex 47 FE EB 48 0 7 0 AE 63 40
Octal 107 376 353 110 0 7 0 256 143 100
Binary 1000111 11111110 11101011 1001000 0 111 0 10101110 1100011 1000000

Color Harmonies of #47FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FEEB

Black with #47FEEB

Text Example


Text Example

White with #47FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,254,235); }

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

background-color css

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

 a { background-color: rgb(71,254,235); }

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

border-color css

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

 span { border-color: rgb(71,254,235); }

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