Html Css Color HEX #73DEFA Turquoise Blue

📋 copy color: '#73DEFA'

red 115 ◦ green 222 ◦ blue 250

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

Shades of Turquoise Blue #73DEFA

Tints of Turquoise Blue #73DEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 19.59%
G = 37.82%
B = 42.59%

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

#73DEFA (or 0x73DEFA) is known color: Turquoise Blue. HEX triplet: 73, DE and FA. RGB value is (115,222,250). Sum of RGB (Red+Green+Blue) = 115+222+250=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #73DEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DEFA is #8C2105. Grayscale: #C0C0C0. Windows color (decimal): -9183494 or 16440947. OLE color: 16440947.

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

Color convert

RGB 115 222 250 -
CMYK 0.54 0.11 0 0.02
HSL 192.44º 0.93% 0.72% -
HSV(B) 192.44º 0.54% 0.98% -
XYZ 50.45 62.79 99.9 -
YUV 193.2 160.05 72.22 -
System Red Green Blue C M Y K H S L
Decimal 115 222 250 0.54 0.11 0 0.02 192.44 0.93 0.72
Hex 73 DE FA 36 B 0 2 C0 5D 48
Octal 163 336 372 66 13 0 2 300 135 110
Binary 1110011 11011110 11111010 110110 1011 0 10 11000000 1011101 1001000

Color Harmonies of #73DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEFA

Black with #73DEFA

Text Example


Text Example

White with #73DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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