Html Css Color HEX #73DAEA Turquoise Blue

📋 copy color: '#73DAEA'

red 115 ◦ green 218 ◦ blue 234

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

Shades of Turquoise Blue #73DAEA

Tints of Turquoise Blue #73DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.45%

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 20.28%
G = 38.45%
B = 41.27%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73DAEA (or 0x73DAEA) is known color: Turquoise Blue. HEX triplet: 73, DA and EA. RGB value is (115,218,234). Sum of RGB (Red+Green+Blue) = 115+218+234=567 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.28% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #73DAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DAEA is #8C2515. Grayscale: #BCBCBC. Windows color (decimal): -9184534 or 15391347. OLE color: 15391347.

HSL color Cylindrical-coordinate representation of color #73DAEA: hue angle of 188.07º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DAEA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 218 234 -
CMYK 0.51 0.07 0 0.08
HSL 188.07º 0.74% 0.68% -
HSV(B) 188.07º 0.51% 0.92% -
XYZ 46.99 59.73 86.89 -
YUV 189.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 115 218 234 0.51 0.07 0 0.08 188.07 0.74 0.68
Hex 73 DA EA 33 7 0 8 BC 4A 44
Octal 163 332 352 63 7 0 10 274 112 104
Binary 1110011 11011010 11101010 110011 111 0 1000 10111100 1001010 1000100

Color Harmonies of #73DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DAEA

Black with #73DAEA

Text Example


Text Example

White with #73DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,218,234); }

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

background-color css

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

 a { background-color: rgb(115,218,234); }

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

border-color css

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

 span { border-color: rgb(115,218,234); }

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