Html Css Color HEX #75ECE5 Turquoise Blue

📋 copy color: '#75ECE5'

red 117 ◦ green 236 ◦ blue 229

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

Shades of Turquoise Blue #75ECE5

Tints of Turquoise Blue #75ECE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 20.1%
G = 40.55%
B = 39.35%

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

#75ECE5 (or 0x75ECE5) is known color: Turquoise Blue. HEX triplet: 75, EC and E5. RGB value is (117,236,229). Sum of RGB (Red+Green+Blue) = 117+236+229=582 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.10% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECE5 is #8A131A. Grayscale: #C7C7C7. Windows color (decimal): -9048859 or 15068277. OLE color: 15068277.

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

Color convert

RGB 117 236 229 -
CMYK 0.50 0 0.03 0.07
HSL 176.47º 0.76% 0.69% -
HSV(B) 176.47º 0.5% 0.93% -
XYZ 51.47 69.43 84.82 -
YUV 199.62 144.58 69.07 -
System Red Green Blue C M Y K H S L
Decimal 117 236 229 0.50 0 0.03 0.07 176.47 0.76 0.69
Hex 75 EC E5 32 0 3 7 B0 4C 45
Octal 165 354 345 62 0 3 7 260 114 105
Binary 1110101 11101100 11100101 110010 0 11 111 10110000 1001100 1000101

Color Harmonies of #75ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECE5

Black with #75ECE5

Text Example


Text Example

White with #75ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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