Html Css Color HEX #47FCEE Turquoise

📋 copy color: '#47FCEE'

red 71 ◦ green 252 ◦ blue 238

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

Shades of Turquoise #47FCEE

Tints of Turquoise #47FCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 12.66%
G = 44.92%
B = 42.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#47FCEE (or 0x47FCEE) is known color: Turquoise. HEX triplet: 47, FC and EE. RGB value is (71,252,238). Sum of RGB (Red+Green+Blue) = 71+252+238=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #47FCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FCEE is #B80311. Grayscale: #C4C4C4. Windows color (decimal): -12059410 or 15662151. OLE color: 15662151.

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

Color convert

RGB 71 252 238 -
CMYK 0.72 0 0.06 0.01
HSL 175.36º 0.97% 0.63% -
HSV(B) 175.36º 0.72% 0.99% -
XYZ 52.84 77.13 92.99 -
YUV 196.29 151.53 38.64 -
System Red Green Blue C M Y K H S L
Decimal 71 252 238 0.72 0 0.06 0.01 175.36 0.97 0.63
Hex 47 FC EE 48 0 6 1 AF 61 3F
Octal 107 374 356 110 0 6 1 257 141 77
Binary 1000111 11111100 11101110 1001000 0 110 1 10101111 1100001 111111

Color Harmonies of #47FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FCEE

Black with #47FCEE

Text Example


Text Example

White with #47FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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