Html Css Color HEX #47DBEE Turquoise

📋 copy color: '#47DBEE'

red 71 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #47DBEE

Tints of Turquoise #47DBEE

RGB

 RED value IS 71 (28.13% 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 value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#47DBEE (or 0x47DBEE) is known color: 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

RGB 71 219 238 -
CMYK 0.70 0.08 0 0.07
HSL 186.83º 0.83% 0.61% -
HSV(B) 186.83º 0.7% 0.93% -
XYZ 43.36 58.18 89.83 -
YUV 176.91 162.47 52.46 -
System Red Green Blue C M Y K H S L
Decimal 71 219 238 0.70 0.08 0 0.07 186.83 0.83 0.61
Hex 47 DB EE 46 8 0 7 BB 53 3D
Octal 107 333 356 106 10 0 7 273 123 75
Binary 1000111 11011011 11101110 1000110 1000 0 111 10111011 1010011 111101

Color Harmonies of #47DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBEE

Black with #47DBEE

Text Example


Text Example

White with #47DBEE

Text Example


Text Example

HTML Codes & Css Web 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>