Html Css Color HEX #73DFEB Turquoise Blue

📋 copy color: '#73DFEB'

red 115 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #73DFEB

Tints of Turquoise Blue #73DFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 20.07%
G = 38.92%
B = 41.01%

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

#73DFEB (or 0x73DFEB) is known color: Turquoise Blue. HEX triplet: 73, DF and EB. RGB value is (115,223,235). Sum of RGB (Red+Green+Blue) = 115+223+235=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #73DFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFEB is #8C2014. Grayscale: #BFBFBF. Windows color (decimal): -9183253 or 15458163. OLE color: 15458163.

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

Color convert

RGB 115 223 235 -
CMYK 0.51 0.05 0 0.08
HSL 186º 0.75% 0.69% -
HSV(B) 186º 0.51% 0.92% -
XYZ 48.45 62.42 88.09 -
YUV 192.08 152.22 73.02 -
System Red Green Blue C M Y K H S L
Decimal 115 223 235 0.51 0.05 0 0.08 186 0.75 0.69
Hex 73 DF EB 33 5 0 8 BA 4B 45
Octal 163 337 353 63 5 0 10 272 113 105
Binary 1110011 11011111 11101011 110011 101 0 1000 10111010 1001011 1000101

Color Harmonies of #73DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFEB

Black with #73DFEB

Text Example


Text Example

White with #73DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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