Html Css Color HEX #73DEF9 Turquoise Blue

📋 copy color: '#73DEF9'

red 115 ◦ green 222 ◦ blue 249

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

Shades of Turquoise Blue #73DEF9

Tints of Turquoise Blue #73DEF9

RGB

 RED value IS 115 (45.31% from 255) = 19.62%

 GREEN value IS 222 (87.11% from 255) = 37.88%

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 19.62%
G = 37.88%
B = 42.49%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73DEF9 (or 0x73DEF9) is known color: Turquoise Blue. HEX triplet: 73, DE and F9. RGB value is (115,222,249). Sum of RGB (Red+Green+Blue) = 115+222+249=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #73DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DEF9 is #8C2106. Grayscale: #C0C0C0. Windows color (decimal): -9183495 or 16375411. OLE color: 16375411.

HSL color Cylindrical-coordinate representation of color #73DEF9: hue angle of 192.09º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DEF9 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 222 249 -
CMYK 0.54 0.11 0 0.02
HSL 192.09º 0.92% 0.71% -
HSV(B) 192.09º 0.54% 0.98% -
XYZ 50.29 62.73 99.08 -
YUV 193.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 115 222 249 0.54 0.11 0 0.02 192.09 0.92 0.71
Hex 73 DE F9 36 B 0 2 C0 5C 47
Octal 163 336 371 66 13 0 2 300 134 107
Binary 1110011 11011110 11111001 110110 1011 0 10 11000000 1011100 1000111

Color Harmonies of #73DEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEF9

Black with #73DEF9

Text Example


Text Example

White with #73DEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73DEF9; }

 p { color: rgb(115,222,249); }

 H1.HeaderClassName
 {
   color: #73DEF9;
 }
 .AnyTagClassName
 {
   color: #73DEF9;
 }
</style>

background-color css

<style>
 a { background-color: #73DEF9; }

 a { background-color: rgb(115,222,249); }

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

border-color css

<style>
 span { border-color: #73DEF9; }

 span { border-color: rgb(115,222,249); }

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