Html Css Color HEX #73DFEA Turquoise Blue

📋 copy color: '#73DFEA'

red 115 ◦ green 223 ◦ blue 234

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

Shades of Turquoise Blue #73DFEA

Tints of Turquoise Blue #73DFEA

RGB

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

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

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

R = 20.1%
G = 38.99%
B = 40.91%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73DFEA (or 0x73DFEA) is known color: Turquoise Blue. HEX triplet: 73, DF and EA. RGB value is (115,223,234). Sum of RGB (Red+Green+Blue) = 115+223+234=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #73DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFEA is #8C2015. Grayscale: #BFBFBF. Windows color (decimal): -9183254 or 15392627. OLE color: 15392627.

HSL color Cylindrical-coordinate representation of color #73DFEA: hue angle of 185.55º 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 #73DFEA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 223 234 -
CMYK 0.51 0.05 0 0.08
HSL 185.55º 0.74% 0.68% -
HSV(B) 185.55º 0.51% 0.92% -
XYZ 48.31 62.36 87.33 -
YUV 191.96 151.72 73.11 -
System Red Green Blue C M Y K H S L
Decimal 115 223 234 0.51 0.05 0 0.08 185.55 0.74 0.68
Hex 73 DF EA 33 5 0 8 BA 4A 44
Octal 163 337 352 63 5 0 10 272 112 104
Binary 1110011 11011111 11101010 110011 101 0 1000 10111010 1001010 1000100

Color Harmonies of #73DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFEA

Black with #73DFEA

Text Example


Text Example

White with #73DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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