Html Css Color HEX #75ECE6 Turquoise Blue

📋 copy color: '#75ECE6'

red 117 ◦ green 236 ◦ blue 230

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

Shades of Turquoise Blue #75ECE6

Tints of Turquoise Blue #75ECE6

RGB

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

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

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

R = 20.07%
G = 40.48%
B = 39.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#75ECE6 (or 0x75ECE6) is known color: Turquoise Blue. HEX triplet: 75, EC and E6. RGB value is (117,236,230). Sum of RGB (Red+Green+Blue) = 117+236+230=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75ECE6 is #8A1319. Grayscale: #C7C7C7. Windows color (decimal): -9048858 or 15133813. OLE color: 15133813.

HSL color Cylindrical-coordinate representation of color #75ECE6: hue angle of 176.97º 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 #75ECE6 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 230 -
CMYK 0.50 0 0.03 0.07
HSL 176.97º 0.76% 0.69% -
HSV(B) 176.97º 0.5% 0.93% -
XYZ 51.61 69.49 85.55 -
YUV 199.74 145.08 68.99 -
System Red Green Blue C M Y K H S L
Decimal 117 236 230 0.50 0 0.03 0.07 176.97 0.76 0.69
Hex 75 EC E6 32 0 3 7 B1 4C 45
Octal 165 354 346 62 0 3 7 261 114 105
Binary 1110101 11101100 11100110 110010 0 11 111 10110001 1001100 1000101

Color Harmonies of #75ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECE6

Black with #75ECE6

Text Example


Text Example

White with #75ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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