Html Css Color HEX #73CEEA Turquoise Blue

📋 copy color: '#73CEEA'

red 115 ◦ green 206 ◦ blue 234

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

Shades of Turquoise Blue #73CEEA

Tints of Turquoise Blue #73CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 20.72%
G = 37.12%
B = 42.16%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73CEEA (or 0x73CEEA) is known color: Turquoise Blue. HEX triplet: 73, CE and EA. RGB value is (115,206,234). Sum of RGB (Red+Green+Blue) = 115+206+234=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #73CEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CEEA is #8C3115. Grayscale: #B5B5B5. Windows color (decimal): -9187606 or 15388275. OLE color: 15388275.

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

Color convert

RGB 115 206 234 -
CMYK 0.51 0.12 0 0.08
HSL 194.12º 0.74% 0.68% -
HSV(B) 194.12º 0.51% 0.92% -
XYZ 43.99 53.73 85.89 -
YUV 181.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 115 206 234 0.51 0.12 0 0.08 194.12 0.74 0.68
Hex 73 CE EA 33 C 0 8 C2 4A 44
Octal 163 316 352 63 14 0 10 302 112 104
Binary 1110011 11001110 11101010 110011 1100 0 1000 11000010 1001010 1000100

Color Harmonies of #73CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CEEA

Black with #73CEEA

Text Example


Text Example

White with #73CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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