Html Css Color HEX #47DEED Turquoise

📋 copy color: '#47DEED'

red 71 ◦ green 222 ◦ blue 237

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

Shades of Turquoise #47DEED

Tints of Turquoise #47DEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

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

R = 13.4%
G = 41.89%
B = 44.72%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#47DEED (or 0x47DEED) is known color: Turquoise. HEX triplet: 47, DE and ED. RGB value is (71,222,237). Sum of RGB (Red+Green+Blue) = 71+222+237=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #47DEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DEED is #B82112. Grayscale: #B2B2B2. Windows color (decimal): -12067091 or 15588935. OLE color: 15588935.

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

Color convert

RGB 71 222 237 -
CMYK 0.70 0.06 0 0.07
HSL 185.42º 0.82% 0.6% -
HSV(B) 185.42º 0.7% 0.93% -
XYZ 44.01 59.7 89.32 -
YUV 178.56 160.97 51.28 -
System Red Green Blue C M Y K H S L
Decimal 71 222 237 0.70 0.06 0 0.07 185.42 0.82 0.6
Hex 47 DE ED 46 6 0 7 B9 52 3C
Octal 107 336 355 106 6 0 7 271 122 74
Binary 1000111 11011110 11101101 1000110 110 0 111 10111001 1010010 111100

Color Harmonies of #47DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DEED

Black with #47DEED

Text Example


Text Example

White with #47DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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