Html Css Color HEX #47CFEA Medium Turquoise

📋 copy color: '#47CFEA'

red 71 ◦ green 207 ◦ blue 234

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

Shades of Medium Turquoise #47CFEA

Tints of Medium Turquoise #47CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 13.87%
G = 40.43%
B = 45.7%

CMYK

 C value IS 0.70

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#47CFEA (or 0x47CFEA) is known color: Medium Turquoise. HEX triplet: 47, CF and EA. RGB value is (71,207,234). Sum of RGB (Red+Green+Blue) = 71+207+234=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #47CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CFEA is #B83015. Grayscale: #A9A9A9. Windows color (decimal): -12070934 or 15388487. OLE color: 15388487.

HSL color Cylindrical-coordinate representation of color #47CFEA: hue angle of 189.94º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47CFEA is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 207 234 -
CMYK 0.70 0.12 0 0.08
HSL 189.94º 0.8% 0.6% -
HSV(B) 189.94º 0.7% 0.92% -
XYZ 39.76 51.91 85.77 -
YUV 169.41 164.44 57.8 -
System Red Green Blue C M Y K H S L
Decimal 71 207 234 0.70 0.12 0 0.08 189.94 0.8 0.6
Hex 47 CF EA 46 C 0 8 BE 50 3C
Octal 107 317 352 106 14 0 10 276 120 74
Binary 1000111 11001111 11101010 1000110 1100 0 1000 10111110 1010000 111100

Color Harmonies of #47CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFEA

Black with #47CFEA

Text Example


Text Example

White with #47CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,207,234); }

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

background-color css

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

 a { background-color: rgb(71,207,234); }

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

border-color css

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

 span { border-color: rgb(71,207,234); }

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