Html Css Color HEX #73DEEB Turquoise Blue

📋 copy color: '#73DEEB'

red 115 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #73DEEB

Tints of Turquoise Blue #73DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 20.1%
G = 38.81%
B = 41.08%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73DEEB (or 0x73DEEB) is known color: Turquoise Blue. HEX triplet: 73, DE and EB. RGB value is (115,222,235). Sum of RGB (Red+Green+Blue) = 115+222+235=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #73DEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DEEB is #8C2114. Grayscale: #BFBFBF. Windows color (decimal): -9183509 or 15457907. OLE color: 15457907.

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

Color convert

RGB 115 222 235 -
CMYK 0.51 0.06 0 0.08
HSL 186.5º 0.75% 0.69% -
HSV(B) 186.5º 0.51% 0.92% -
XYZ 48.19 61.89 88 -
YUV 191.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 115 222 235 0.51 0.06 0 0.08 186.5 0.75 0.69
Hex 73 DE EB 33 6 0 8 BA 4B 45
Octal 163 336 353 63 6 0 10 272 113 105
Binary 1110011 11011110 11101011 110011 110 0 1000 10111010 1001011 1000101

Color Harmonies of #73DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DEEB

Black with #73DEEB

Text Example


Text Example

White with #73DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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