Html Css Color HEX #73DCEA Turquoise Blue

📋 copy color: '#73DCEA'

red 115 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #73DCEA

Tints of Turquoise Blue #73DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

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

R = 20.21%
G = 38.66%
B = 41.12%

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

#73DCEA (or 0x73DCEA) is known color: Turquoise Blue. HEX triplet: 73, DC and EA. RGB value is (115,220,234). Sum of RGB (Red+Green+Blue) = 115+220+234=569 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.21% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #73DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCEA is #8C2315. Grayscale: #BEBEBE. Windows color (decimal): -9184022 or 15391859. OLE color: 15391859.

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

Color convert

RGB 115 220 234 -
CMYK 0.51 0.06 0 0.08
HSL 187.06º 0.74% 0.68% -
HSV(B) 187.06º 0.51% 0.92% -
XYZ 47.51 60.77 87.07 -
YUV 190.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 115 220 234 0.51 0.06 0 0.08 187.06 0.74 0.68
Hex 73 DC EA 33 6 0 8 BB 4A 44
Octal 163 334 352 63 6 0 10 273 112 104
Binary 1110011 11011100 11101010 110011 110 0 1000 10111011 1001010 1000100

Color Harmonies of #73DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCEA

Black with #73DCEA

Text Example


Text Example

White with #73DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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