Html Css Color HEX #49CFED Turquoise Blue

📋 copy color: '#49CFED'

red 73 ◦ green 207 ◦ blue 237

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

Shades of Turquoise Blue #49CFED

Tints of Turquoise Blue #49CFED

RGB

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

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

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

R = 14.12%
G = 40.04%
B = 45.84%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49CFED (or 0x49CFED) is known color: Turquoise Blue. HEX triplet: 49, CF and ED. RGB value is (73,207,237). Sum of RGB (Red+Green+Blue) = 73+207+237=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #49CFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFED is #B63012. Grayscale: #AAAAAA. Windows color (decimal): -11939859 or 15585097. OLE color: 15585097.

HSL color Cylindrical-coordinate representation of color #49CFED: hue angle of 190.98º degrees, saturation: 0.82, 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 #49CFED is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 207 237 -
CMYK 0.69 0.13 0 0.07
HSL 190.98º 0.82% 0.61% -
HSV(B) 190.98º 0.69% 0.93% -
XYZ 40.35 52.16 88.06 -
YUV 170.35 165.61 58.56 -
System Red Green Blue C M Y K H S L
Decimal 73 207 237 0.69 0.13 0 0.07 190.98 0.82 0.61
Hex 49 CF ED 45 D 0 7 BF 52 3D
Octal 111 317 355 105 15 0 7 277 122 75
Binary 1001001 11001111 11101101 1000101 1101 0 111 10111111 1010010 111101

Color Harmonies of #49CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFED

Black with #49CFED

Text Example


Text Example

White with #49CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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