Html Css Color HEX #73DFED Turquoise Blue

📋 copy color: '#73DFED'

red 115 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #73DFED

Tints of Turquoise Blue #73DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 20%
G = 38.78%
B = 41.22%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73DFED (or 0x73DFED) is known color: Turquoise Blue. HEX triplet: 73, DF and ED. RGB value is (115,223,237). Sum of RGB (Red+Green+Blue) = 115+223+237=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #73DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFED is #8C2012. Grayscale: #C0C0C0. Windows color (decimal): -9183251 or 15589235. OLE color: 15589235.

HSL color Cylindrical-coordinate representation of color #73DFED: hue angle of 186.89º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DFED is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 223 237 -
CMYK 0.51 0.06 0 0.07
HSL 186.89º 0.77% 0.69% -
HSV(B) 186.89º 0.51% 0.93% -
XYZ 48.74 62.53 89.62 -
YUV 192.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 115 223 237 0.51 0.06 0 0.07 186.89 0.77 0.69
Hex 73 DF ED 33 6 0 7 BB 4D 45
Octal 163 337 355 63 6 0 7 273 115 105
Binary 1110011 11011111 11101101 110011 110 0 111 10111011 1001101 1000101

Color Harmonies of #73DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFED

Black with #73DFED

Text Example


Text Example

White with #73DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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