Html Css Color HEX #73DFEF Turquoise Blue

📋 copy color: '#73DFEF'

red 115 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #73DFEF

Tints of Turquoise Blue #73DFEF

RGB

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

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

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

R = 19.93%
G = 38.65%
B = 41.42%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73DFEF (or 0x73DFEF) is known color: Turquoise Blue. HEX triplet: 73, DF and EF. RGB value is (115,223,239). Sum of RGB (Red+Green+Blue) = 115+223+239=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #73DFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFEF is #8C2010. Grayscale: #C0C0C0. Windows color (decimal): -9183249 or 15720307. OLE color: 15720307.

HSL color Cylindrical-coordinate representation of color #73DFEF: hue angle of 187.74º 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 #73DFEF is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 223 239 -
CMYK 0.52 0.07 0 0.06
HSL 187.74º 0.79% 0.69% -
HSV(B) 187.74º 0.52% 0.94% -
XYZ 49.04 62.65 91.17 -
YUV 192.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 115 223 239 0.52 0.07 0 0.06 187.74 0.79 0.69
Hex 73 DF EF 34 7 0 6 BC 4F 45
Octal 163 337 357 64 7 0 6 274 117 105
Binary 1110011 11011111 11101111 110100 111 0 110 10111100 1001111 1000101

Color Harmonies of #73DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFEF

Black with #73DFEF

Text Example


Text Example

White with #73DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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