Html Css Color HEX #73DDF6 Turquoise Blue

📋 copy color: '#73DDF6'

red 115 ◦ green 221 ◦ blue 246

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

Shades of Turquoise Blue #73DDF6

Tints of Turquoise Blue #73DDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 246 (96.48% from 255) = 42.27%

R = 19.76%
G = 37.97%
B = 42.27%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#73DDF6 (or 0x73DDF6) is known color: Turquoise Blue. HEX triplet: 73, DD and F6. RGB value is (115,221,246). Sum of RGB (Red+Green+Blue) = 115+221+246=582 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.76% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #73DDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDF6 is #8C2209. Grayscale: #BFBFBF. Windows color (decimal): -9183754 or 16178547. OLE color: 16178547.

HSL color Cylindrical-coordinate representation of color #73DDF6: hue angle of 191.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73DDF6 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 221 246 -
CMYK 0.53 0.10 0 0.04
HSL 191.45º 0.88% 0.71% -
HSV(B) 191.45º 0.53% 0.96% -
XYZ 49.56 62.01 96.55 -
YUV 192.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 115 221 246 0.53 0.10 0 0.04 191.45 0.88 0.71
Hex 73 DD F6 35 A 0 4 BF 58 47
Octal 163 335 366 65 12 0 4 277 130 107
Binary 1110011 11011101 11110110 110101 1010 0 100 10111111 1011000 1000111

Color Harmonies of #73DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DDF6

Black with #73DDF6

Text Example


Text Example

White with #73DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,221,246); }

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

background-color css

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

 a { background-color: rgb(115,221,246); }

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

border-color css

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

 span { border-color: rgb(115,221,246); }

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