Html Css Color HEX #73EFE3 Turquoise Blue

📋 copy color: '#73EFE3'

red 115 ◦ green 239 ◦ blue 227

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

Shades of Turquoise Blue #73EFE3

Tints of Turquoise Blue #73EFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.14%

 BLUE value IS 227 (89.06% from 255) = 39.07%

R = 19.79%
G = 41.14%
B = 39.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#73EFE3 (or 0x73EFE3) is known color: Turquoise Blue. HEX triplet: 73, EF and E3. RGB value is (115,239,227). Sum of RGB (Red+Green+Blue) = 115+239+227=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFE3 is #8C101C. Grayscale: #C8C8C8. Windows color (decimal): -9179165 or 14937971. OLE color: 14937971.

HSL color Cylindrical-coordinate representation of color #73EFE3: hue angle of 174.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EFE3 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 239 227 -
CMYK 0.52 0 0.05 0.06
HSL 174.19º 0.79% 0.69% -
HSV(B) 174.19º 0.52% 0.94% -
XYZ 51.8 70.92 83.63 -
YUV 200.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 115 239 227 0.52 0 0.05 0.06 174.19 0.79 0.69
Hex 73 EF E3 34 0 5 6 AE 4F 45
Octal 163 357 343 64 0 5 6 256 117 105
Binary 1110011 11101111 11100011 110100 0 101 110 10101110 1001111 1000101

Color Harmonies of #73EFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFE3

Black with #73EFE3

Text Example


Text Example

White with #73EFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,239,227); }

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

background-color css

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

 a { background-color: rgb(115,239,227); }

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

border-color css

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

 span { border-color: rgb(115,239,227); }

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