Html Css Color HEX #75E9E6 Turquoise Blue

📋 copy color: '#75E9E6'

red 117 ◦ green 233 ◦ blue 230

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

Shades of Turquoise Blue #75E9E6

Tints of Turquoise Blue #75E9E6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.17%

 BLUE value IS 230 (90.23% from 255) = 39.66%

R = 20.17%
G = 40.17%
B = 39.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#75E9E6 (or 0x75E9E6) is known color: Turquoise Blue. HEX triplet: 75, E9 and E6. RGB value is (117,233,230). Sum of RGB (Red+Green+Blue) = 117+233+230=580 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.17% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E9E6 is #8A1619. Grayscale: #C5C5C5. Windows color (decimal): -9049626 or 15133045. OLE color: 15133045.

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

Color convert

RGB 117 233 230 -
CMYK 0.50 0 0.01 0.09
HSL 178.45º 0.73% 0.69% -
HSV(B) 178.45º 0.5% 0.91% -
XYZ 50.76 67.77 85.27 -
YUV 197.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 117 233 230 0.50 0 0.01 0.09 178.45 0.73 0.69
Hex 75 E9 E6 32 0 1 9 B2 48 45
Octal 165 351 346 62 0 1 11 262 110 105
Binary 1110101 11101001 11100110 110010 0 1 1001 10110010 1001000 1000101

Color Harmonies of #75E9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E9E6

Black with #75E9E6

Text Example


Text Example

White with #75E9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,233,230); }

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

background-color css

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

 a { background-color: rgb(117,233,230); }

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

border-color css

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

 span { border-color: rgb(117,233,230); }

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