Html Css Color HEX #47DBED Turquoise

📋 copy color: '#47DBED'

red 71 ◦ green 219 ◦ blue 237

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

Shades of Turquoise #47DBED

Tints of Turquoise #47DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

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

R = 13.47%
G = 41.56%
B = 44.97%

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

#47DBED (or 0x47DBED) is known color: Turquoise. HEX triplet: 47, DB and ED. RGB value is (71,219,237). Sum of RGB (Red+Green+Blue) = 71+219+237=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #47DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DBED is #B82412. Grayscale: #B0B0B0. Windows color (decimal): -12067859 or 15588167. OLE color: 15588167.

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

Color convert

RGB 71 219 237 -
CMYK 0.70 0.08 0 0.07
HSL 186.51º 0.82% 0.6% -
HSV(B) 186.51º 0.7% 0.93% -
XYZ 43.22 58.12 89.06 -
YUV 176.8 161.97 52.54 -
System Red Green Blue C M Y K H S L
Decimal 71 219 237 0.70 0.08 0 0.07 186.51 0.82 0.6
Hex 47 DB ED 46 8 0 7 BB 52 3C
Octal 107 333 355 106 10 0 7 273 122 74
Binary 1000111 11011011 11101101 1000110 1000 0 111 10111011 1010010 111100

Color Harmonies of #47DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DBED

Black with #47DBED

Text Example


Text Example

White with #47DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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