Html Css Color HEX #73DEF8 Turquoise Blue

📋 copy color: '#73DEF8'

red 115 ◦ green 222 ◦ blue 248

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

Shades of Turquoise Blue #73DEF8

Tints of Turquoise Blue #73DEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.39%

R = 19.66%
G = 37.95%
B = 42.39%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#73DEF8 (or 0x73DEF8) is known color: Turquoise Blue. HEX triplet: 73, DE and F8. RGB value is (115,222,248). Sum of RGB (Red+Green+Blue) = 115+222+248=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #73DEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DEF8 is #8C2107. Grayscale: #C0C0C0. Windows color (decimal): -9183496 or 16309875. OLE color: 16309875.

HSL color Cylindrical-coordinate representation of color #73DEF8: hue angle of 191.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DEF8 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 222 248 -
CMYK 0.54 0.10 0 0.03
HSL 191.73º 0.9% 0.71% -
HSV(B) 191.73º 0.54% 0.97% -
XYZ 50.13 62.66 98.26 -
YUV 192.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 115 222 248 0.54 0.10 0 0.03 191.73 0.9 0.71
Hex 73 DE F8 36 A 0 3 C0 5A 47
Octal 163 336 370 66 12 0 3 300 132 107
Binary 1110011 11011110 11111000 110110 1010 0 11 11000000 1011010 1000111

Color Harmonies of #73DEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEF8

Black with #73DEF8

Text Example


Text Example

White with #73DEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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