Html Css Color HEX #47EEED Turquoise

📋 copy color: '#47EEED'

red 71 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #47EEED

Tints of Turquoise #47EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.59%

 BLUE value IS 237 (92.97% from 255) = 43.41%

R = 13%
G = 43.59%
B = 43.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#47EEED (or 0x47EEED) is known color: Turquoise. HEX triplet: 47, EE and ED. RGB value is (71,238,237). Sum of RGB (Red+Green+Blue) = 71+238+237=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #47EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EEED is #B81112. Grayscale: #BBBBBB. Windows color (decimal): -12062995 or 15593031. OLE color: 15593031.

HSL color Cylindrical-coordinate representation of color #47EEED: hue angle of 179.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EEED is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 238 237 -
CMYK 0.70 0 0.00 0.07
HSL 179.64º 0.83% 0.61% -
HSV(B) 179.64º 0.7% 0.93% -
XYZ 48.46 68.6 90.81 -
YUV 187.95 155.67 44.58 -
System Red Green Blue C M Y K H S L
Decimal 71 238 237 0.70 0 0.00 0.07 179.64 0.83 0.61
Hex 47 EE ED 46 0 0 7 B4 53 3D
Octal 107 356 355 106 0 0 7 264 123 75
Binary 1000111 11101110 11101101 1000110 0 0 111 10110100 1010011 111101

Color Harmonies of #47EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EEED

Black with #47EEED

Text Example


Text Example

White with #47EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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