Html Css Color HEX #73EEE4 Turquoise Blue

📋 copy color: '#73EEE4'

red 115 ◦ green 238 ◦ blue 228

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

Shades of Turquoise Blue #73EEE4

Tints of Turquoise Blue #73EEE4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.96%

 BLUE value IS 228 (89.45% from 255) = 39.24%

R = 19.79%
G = 40.96%
B = 39.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#73EEE4 (or 0x73EEE4) is known color: Turquoise Blue. HEX triplet: 73, EE and E4. RGB value is (115,238,228). Sum of RGB (Red+Green+Blue) = 115+238+228=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEE4 is #8C111B. Grayscale: #C8C8C8. Windows color (decimal): -9179420 or 15003251. OLE color: 15003251.

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

Color convert

RGB 115 238 228 -
CMYK 0.52 0 0.04 0.07
HSL 175.12º 0.78% 0.69% -
HSV(B) 175.12º 0.52% 0.93% -
XYZ 51.65 70.4 84.26 -
YUV 200.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 115 238 228 0.52 0 0.04 0.07 175.12 0.78 0.69
Hex 73 EE E4 34 0 4 7 AF 4E 45
Octal 163 356 344 64 0 4 7 257 116 105
Binary 1110011 11101110 11100100 110100 0 100 111 10101111 1001110 1000101

Color Harmonies of #73EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EEE4

Black with #73EEE4

Text Example


Text Example

White with #73EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,238,228); }

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

background-color css

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

 a { background-color: rgb(115,238,228); }

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

border-color css

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

 span { border-color: rgb(115,238,228); }

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