Html Css Color HEX #75E3E1 Turquoise Blue

📋 copy color: '#75E3E1'

red 117 ◦ green 227 ◦ blue 225

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

Shades of Turquoise Blue #75E3E1

Tints of Turquoise Blue #75E3E1

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.89%

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 20.56%
G = 39.89%
B = 39.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#75E3E1 (or 0x75E3E1) is known color: Turquoise Blue. HEX triplet: 75, E3 and E1. RGB value is (117,227,225). Sum of RGB (Red+Green+Blue) = 117+227+225=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3E1 is #8A1C1E. Grayscale: #C1C1C1. Windows color (decimal): -9051167 or 14803829. OLE color: 14803829.

HSL color Cylindrical-coordinate representation of color #75E3E1: hue angle of 178.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E3E1 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 227 225 -
CMYK 0.48 0 0.01 0.11
HSL 178.91º 0.66% 0.67% -
HSV(B) 178.91º 0.48% 0.89% -
XYZ 48.4 64.16 81.07 -
YUV 193.88 145.56 73.16 -
System Red Green Blue C M Y K H S L
Decimal 117 227 225 0.48 0 0.01 0.11 178.91 0.66 0.67
Hex 75 E3 E1 30 0 1 B B3 42 43
Octal 165 343 341 60 0 1 13 263 102 103
Binary 1110101 11100011 11100001 110000 0 1 1011 10110011 1000010 1000011

Color Harmonies of #75E3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E3E1

Black with #75E3E1

Text Example


Text Example

White with #75E3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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