Html Css Color HEX #75ECE3 Turquoise Blue

📋 copy color: '#75ECE3'

red 117 ◦ green 236 ◦ blue 227

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

Shades of Turquoise Blue #75ECE3

Tints of Turquoise Blue #75ECE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.14%

R = 20.17%
G = 40.69%
B = 39.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#75ECE3 (or 0x75ECE3) is known color: Turquoise Blue. HEX triplet: 75, EC and E3. RGB value is (117,236,227). Sum of RGB (Red+Green+Blue) = 117+236+227=580 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.17% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECE3 is #8A131C. Grayscale: #C7C7C7. Windows color (decimal): -9048861 or 14937205. OLE color: 14937205.

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

Color convert

RGB 117 236 227 -
CMYK 0.50 0 0.04 0.07
HSL 175.46º 0.76% 0.69% -
HSV(B) 175.46º 0.5% 0.93% -
XYZ 51.2 69.32 83.35 -
YUV 199.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 117 236 227 0.50 0 0.04 0.07 175.46 0.76 0.69
Hex 75 EC E3 32 0 4 7 AF 4C 45
Octal 165 354 343 62 0 4 7 257 114 105
Binary 1110101 11101100 11100011 110010 0 100 111 10101111 1001100 1000101

Color Harmonies of #75ECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECE3

Black with #75ECE3

Text Example


Text Example

White with #75ECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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