Html Css Color HEX #73EAEF Turquoise Blue

📋 copy color: '#73EAEF'

red 115 ◦ green 234 ◦ blue 239

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

Shades of Turquoise Blue #73EAEF

Tints of Turquoise Blue #73EAEF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 19.56%
G = 39.8%
B = 40.65%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73EAEF (or 0x73EAEF) is known color: Turquoise Blue. HEX triplet: 73, EA and EF. RGB value is (115,234,239). Sum of RGB (Red+Green+Blue) = 115+234+239=588 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.56% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #73EAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAEF is #8C1510. Grayscale: #C6C6C6. Windows color (decimal): -9180433 or 15723123. OLE color: 15723123.

HSL color Cylindrical-coordinate representation of color #73EAEF: hue angle of 182.42º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EAEF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 234 239 -
CMYK 0.52 0.02 0 0.06
HSL 182.42º 0.79% 0.69% -
HSV(B) 182.42º 0.52% 0.94% -
XYZ 52.07 68.72 92.18 -
YUV 198.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 115 234 239 0.52 0.02 0 0.06 182.42 0.79 0.69
Hex 73 EA EF 34 2 0 6 B6 4F 45
Octal 163 352 357 64 2 0 6 266 117 105
Binary 1110011 11101010 11101111 110100 10 0 110 10110110 1001111 1000101

Color Harmonies of #73EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EAEF

Black with #73EAEF

Text Example


Text Example

White with #73EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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