Html Css Color HEX #49CFE3 Medium Turquoise

📋 copy color: '#49CFE3'

red 73 ◦ green 207 ◦ blue 227

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

Shades of Medium Turquoise #49CFE3

Tints of Medium Turquoise #49CFE3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.83%

 BLUE value IS 227 (89.06% from 255) = 44.77%

R = 14.4%
G = 40.83%
B = 44.77%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#49CFE3 (or 0x49CFE3) is known color: Medium Turquoise. HEX triplet: 49, CF and E3. RGB value is (73,207,227). Sum of RGB (Red+Green+Blue) = 73+207+227=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #49CFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFE3 is #B6301C. Grayscale: #A9A9A9. Windows color (decimal): -11939869 or 14929737. OLE color: 14929737.

HSL color Cylindrical-coordinate representation of color #49CFE3: hue angle of 187.79º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CFE3 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 207 227 -
CMYK 0.68 0.09 0 0.11
HSL 187.79º 0.73% 0.59% -
HSV(B) 187.79º 0.68% 0.89% -
XYZ 38.93 51.59 80.58 -
YUV 169.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 73 207 227 0.68 0.09 0 0.11 187.79 0.73 0.59
Hex 49 CF E3 44 9 0 B BC 49 3B
Octal 111 317 343 104 11 0 13 274 111 73
Binary 1001001 11001111 11100011 1000100 1001 0 1011 10111100 1001001 111011

Color Harmonies of #49CFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFE3

Black with #49CFE3

Text Example


Text Example

White with #49CFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,207,227); }

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

background-color css

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

 a { background-color: rgb(73,207,227); }

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

border-color css

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

 span { border-color: rgb(73,207,227); }

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