Html Css Color HEX #49CFFF Turquoise Blue

📋 copy color: '#49CFFF'

red 73 ◦ green 207 ◦ blue 255

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

Shades of Turquoise Blue #49CFFF

Tints of Turquoise Blue #49CFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 13.64%
G = 38.69%
B = 47.66%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49CFFF (or 0x49CFFF) is known color: Turquoise Blue. HEX triplet: 49, CF and FF. RGB value is (73,207,255). Sum of RGB (Red+Green+Blue) = 73+207+255=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #49CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFFF is #B63000. Grayscale: #ACACAC. Windows color (decimal): -11939841 or 16764745. OLE color: 16764745.

HSL color Cylindrical-coordinate representation of color #49CFFF: hue angle of 195.82º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CFFF is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 207 255 -
CMYK 0.71 0.19 0 0
HSL 195.82º 1% 0.64% -
HSV(B) 195.82º 0.71% 1% -
XYZ 43.11 53.26 102.62 -
YUV 172.41 174.61 57.1 -
System Red Green Blue C M Y K H S L
Decimal 73 207 255 0.71 0.19 0 0 195.82 1 0.64
Hex 49 CF FF 47 13 0 0 C4 64 40
Octal 111 317 377 107 23 0 0 304 144 100
Binary 1001001 11001111 11111111 1000111 10011 0 0 11000100 1100100 1000000

Color Harmonies of #49CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFFF

Black with #49CFFF

Text Example


Text Example

White with #49CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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