Html Css Color HEX #73DFF8 Turquoise Blue

📋 copy color: '#73DFF8'

red 115 ◦ green 223 ◦ blue 248

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

Shades of Turquoise Blue #73DFF8

Tints of Turquoise Blue #73DFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.05%

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

R = 19.62%
G = 38.05%
B = 42.32%

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

#73DFF8 (or 0x73DFF8) is known color: Turquoise Blue. HEX triplet: 73, DF and F8. RGB value is (115,223,248). Sum of RGB (Red+Green+Blue) = 115+223+248=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #73DFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFF8 is #8C2007. Grayscale: #C1C1C1. Windows color (decimal): -9183240 or 16310131. OLE color: 16310131.

HSL color Cylindrical-coordinate representation of color #73DFF8: hue angle of 191.28º 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 #73DFF8 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 223 248 -
CMYK 0.54 0.10 0 0.03
HSL 191.28º 0.9% 0.71% -
HSV(B) 191.28º 0.54% 0.97% -
XYZ 50.4 63.2 98.35 -
YUV 193.56 158.72 71.97 -
System Red Green Blue C M Y K H S L
Decimal 115 223 248 0.54 0.10 0 0.03 191.28 0.9 0.71
Hex 73 DF F8 36 A 0 3 BF 5A 47
Octal 163 337 370 66 12 0 3 277 132 107
Binary 1110011 11011111 11111000 110110 1010 0 11 10111111 1011010 1000111

Color Harmonies of #73DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFF8

Black with #73DFF8

Text Example


Text Example

White with #73DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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