Html Css Color HEX #49DFF3 Turquoise Blue

📋 copy color: '#49DFF3'

red 73 ◦ green 223 ◦ blue 243

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

Shades of Turquoise Blue #49DFF3

Tints of Turquoise Blue #49DFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.08%

R = 13.54%
G = 41.37%
B = 45.08%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49DFF3 (or 0x49DFF3) is known color: Turquoise Blue. HEX triplet: 49, DF and F3. RGB value is (73,223,243). Sum of RGB (Red+Green+Blue) = 73+223+243=539 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.54% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #49DFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFF3 is #B6200C. Grayscale: #B4B4B4. Windows color (decimal): -11935757 or 15982409. OLE color: 15982409.

HSL color Cylindrical-coordinate representation of color #49DFF3: hue angle of 187.06º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DFF3 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 223 243 -
CMYK 0.70 0.08 0 0.05
HSL 187.06º 0.88% 0.62% -
HSV(B) 187.06º 0.7% 0.95% -
XYZ 45.31 60.66 94.11 -
YUV 180.43 163.31 51.37 -
System Red Green Blue C M Y K H S L
Decimal 73 223 243 0.70 0.08 0 0.05 187.06 0.88 0.62
Hex 49 DF F3 46 8 0 5 BB 58 3E
Octal 111 337 363 106 10 0 5 273 130 76
Binary 1001001 11011111 11110011 1000110 1000 0 101 10111011 1011000 111110

Color Harmonies of #49DFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFF3

Black with #49DFF3

Text Example


Text Example

White with #49DFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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