Html Css Color HEX #49DFEE Turquoise

📋 copy color: '#49DFEE'

red 73 ◦ green 223 ◦ blue 238

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

Shades of Turquoise #49DFEE

Tints of Turquoise #49DFEE

RGB

 RED value IS 73 (28.91% from 255) = 13.67%

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 13.67%
G = 41.76%
B = 44.57%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49DFEE (or 0x49DFEE) is known color: Turquoise. HEX triplet: 49, DF and EE. RGB value is (73,223,238). Sum of RGB (Red+Green+Blue) = 73+223+238=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #49DFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFEE is #B62011. Grayscale: #B3B3B3. Windows color (decimal): -11935762 or 15654729. OLE color: 15654729.

HSL color Cylindrical-coordinate representation of color #49DFEE: hue angle of 185.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DFEE is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 223 238 -
CMYK 0.69 0.06 0 0.07
HSL 185.45º 0.83% 0.61% -
HSV(B) 185.45º 0.69% 0.93% -
XYZ 44.57 60.36 90.19 -
YUV 179.86 160.81 51.78 -
System Red Green Blue C M Y K H S L
Decimal 73 223 238 0.69 0.06 0 0.07 185.45 0.83 0.61
Hex 49 DF EE 45 6 0 7 B9 53 3D
Octal 111 337 356 105 6 0 7 271 123 75
Binary 1001001 11011111 11101110 1000101 110 0 111 10111001 1010011 111101

Color Harmonies of #49DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFEE

Black with #49DFEE

Text Example


Text Example

White with #49DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49DFEE; }

 p { color: rgb(73,223,238); }

 H1.HeaderClassName
 {
   color: #49DFEE;
 }
 .AnyTagClassName
 {
   color: #49DFEE;
 }
</style>

background-color css

<style>
 a { background-color: #49DFEE; }

 a { background-color: rgb(73,223,238); }

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

border-color css

<style>
 span { border-color: #49DFEE; }

 span { border-color: rgb(73,223,238); }

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