Html Css Color HEX #49CFEE Turquoise Blue

📋 copy color: '#49CFEE'

red 73 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #49CFEE

Tints of Turquoise Blue #49CFEE

RGB

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

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

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

R = 14.09%
G = 39.96%
B = 45.95%

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

#49CFEE (or 0x49CFEE) is known color: Turquoise Blue. HEX triplet: 49, CF and EE. RGB value is (73,207,238). Sum of RGB (Red+Green+Blue) = 73+207+238=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #49CFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFEE is #B63011. Grayscale: #AAAAAA. Windows color (decimal): -11939858 or 15650633. OLE color: 15650633.

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

Color convert

RGB 73 207 238 -
CMYK 0.69 0.13 0 0.07
HSL 191.27º 0.83% 0.61% -
HSV(B) 191.27º 0.69% 0.93% -
XYZ 40.49 52.22 88.83 -
YUV 170.47 166.11 58.48 -
System Red Green Blue C M Y K H S L
Decimal 73 207 238 0.69 0.13 0 0.07 191.27 0.83 0.61
Hex 49 CF EE 45 D 0 7 BF 53 3D
Octal 111 317 356 105 15 0 7 277 123 75
Binary 1001001 11001111 11101110 1000101 1101 0 111 10111111 1010011 111101

Color Harmonies of #49CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFEE

Black with #49CFEE

Text Example


Text Example

White with #49CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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