Html Css Color HEX #75E8E2 Turquoise Blue

📋 copy color: '#75E8E2'

red 117 ◦ green 232 ◦ blue 226

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

Shades of Turquoise Blue #75E8E2

Tints of Turquoise Blue #75E8E2

RGB

 RED value IS 117 (46.09% from 255) = 20.35%

 GREEN value IS 232 (91.02% from 255) = 40.35%

 BLUE value IS 226 (88.67% from 255) = 39.3%

R = 20.35%
G = 40.35%
B = 39.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#75E8E2 (or 0x75E8E2) is known color: Turquoise Blue. HEX triplet: 75, E8 and E2. RGB value is (117,232,226). Sum of RGB (Red+Green+Blue) = 117+232+226=575 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.35% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #75E8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E8E2 is #8A171D. Grayscale: #C4C4C4. Windows color (decimal): -9049886 or 14870645. OLE color: 14870645.

HSL color Cylindrical-coordinate representation of color #75E8E2: hue angle of 176.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E8E2 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 232 226 -
CMYK 0.50 0 0.03 0.09
HSL 176.87º 0.71% 0.68% -
HSV(B) 176.87º 0.5% 0.91% -
XYZ 49.92 66.99 82.25 -
YUV 196.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 117 232 226 0.50 0 0.03 0.09 176.87 0.71 0.68
Hex 75 E8 E2 32 0 3 9 B1 47 44
Octal 165 350 342 62 0 3 11 261 107 104
Binary 1110101 11101000 11100010 110010 0 11 1001 10110001 1000111 1000100

Color Harmonies of #75E8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E8E2

Black with #75E8E2

Text Example


Text Example

White with #75E8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75E8E2; }

 p { color: rgb(117,232,226); }

 H1.HeaderClassName
 {
   color: #75E8E2;
 }
 .AnyTagClassName
 {
   color: #75E8E2;
 }
</style>

background-color css

<style>
 a { background-color: #75E8E2; }

 a { background-color: rgb(117,232,226); }

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

border-color css

<style>
 span { border-color: #75E8E2; }

 span { border-color: rgb(117,232,226); }

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