Html Css Color HEX #75ECE9 Turquoise Blue

📋 copy color: '#75ECE9'

red 117 ◦ green 236 ◦ blue 233

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

Shades of Turquoise Blue #75ECE9

Tints of Turquoise Blue #75ECE9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.27%

 BLUE value IS 233 (91.41% from 255) = 39.76%

R = 19.97%
G = 40.27%
B = 39.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#75ECE9 (or 0x75ECE9) is known color: Turquoise Blue. HEX triplet: 75, EC and E9. RGB value is (117,236,233). Sum of RGB (Red+Green+Blue) = 117+236+233=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75ECE9 is #8A1316. Grayscale: #C7C7C7. Windows color (decimal): -9048855 or 15330421. OLE color: 15330421.

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

Color convert

RGB 117 236 233 -
CMYK 0.50 0 0.01 0.07
HSL 178.49º 0.76% 0.69% -
HSV(B) 178.49º 0.5% 0.93% -
XYZ 52.04 69.66 87.79 -
YUV 200.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 117 236 233 0.50 0 0.01 0.07 178.49 0.76 0.69
Hex 75 EC E9 32 0 1 7 B2 4C 45
Octal 165 354 351 62 0 1 7 262 114 105
Binary 1110101 11101100 11101001 110010 0 1 111 10110010 1001100 1000101

Color Harmonies of #75ECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECE9

Black with #75ECE9

Text Example


Text Example

White with #75ECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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