Html Css Color HEX #47DAEE Turquoise

📋 copy color: '#47DAEE'

red 71 ◦ green 218 ◦ blue 238

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

Shades of Turquoise #47DAEE

Tints of Turquoise #47DAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 13.47%
G = 41.37%
B = 45.16%

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

#47DAEE (or 0x47DAEE) is known color: Turquoise. HEX triplet: 47, DA and EE. RGB value is (71,218,238). Sum of RGB (Red+Green+Blue) = 71+218+238=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #47DAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DAEE is #B82511. Grayscale: #B0B0B0. Windows color (decimal): -12068114 or 15653447. OLE color: 15653447.

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

Color convert

RGB 71 218 238 -
CMYK 0.70 0.08 0 0.07
HSL 187.19º 0.83% 0.61% -
HSV(B) 187.19º 0.7% 0.93% -
XYZ 43.1 57.66 89.75 -
YUV 176.33 162.8 52.87 -
System Red Green Blue C M Y K H S L
Decimal 71 218 238 0.70 0.08 0 0.07 187.19 0.83 0.61
Hex 47 DA EE 46 8 0 7 BB 53 3D
Octal 107 332 356 106 10 0 7 273 123 75
Binary 1000111 11011010 11101110 1000110 1000 0 111 10111011 1010011 111101

Color Harmonies of #47DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DAEE

Black with #47DAEE

Text Example


Text Example

White with #47DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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