#47DBEE

Color #47DBEE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #47DBEE

Tints of Turquoise #47DBEE

Color information

#47DBEE (or 0x47DBEE) is unknown color: approx Turquoise. HEX triplet: 47, DB and EE. RGB value is (71,219,238). Sum of RGB (Red+Green+Blue) = 71+219+238=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #47DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBEE is #B82411. Grayscale: #B0B0B0. Windows color (decimal): -12067858 or 15653703. OLE color: 15653703.

HSL color Cylindrical-coordinate representation of color #47DBEE: hue angle of 186.83º 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 #47DBEE is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71219238-
CMYK0.700.0800.07
HSL186.83º83.08%60.59%-
HSV(B)186.83º70.17%93.33%-
XYZ43.3658.1889.83-
YUV176.91162.4752.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.45%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=13.45%
G=41.48%
B=45.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712192380.700.0800.07186.8383.0860.59
Hex47DBEE46807bb533d
Octal107333356106100727312375
Binary10001111101101111101110100011010000111101110111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47DBEE;
 }
 .AnyTagClassName
 {
   color: #47DBEE;
 }
</style>
background-color css

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

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

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

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

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

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