Html Css Color HEX #75E8EE Turquoise Blue

📋 copy color: '#75E8EE'

red 117 ◦ green 232 ◦ blue 238

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

Shades of Turquoise Blue #75E8EE

Tints of Turquoise Blue #75E8EE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.52%

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 19.93%
G = 39.52%
B = 40.55%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75E8EE (or 0x75E8EE) is known color: Turquoise Blue. HEX triplet: 75, E8 and EE. RGB value is (117,232,238). Sum of RGB (Red+Green+Blue) = 117+232+238=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #75E8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E8EE is #8A1711. Grayscale: #C6C6C6. Windows color (decimal): -9049874 or 15657077. OLE color: 15657077.

HSL color Cylindrical-coordinate representation of color #75E8EE: hue angle of 182.98º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75E8EE is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 232 238 -
CMYK 0.51 0.03 0 0.07
HSL 182.98º 0.78% 0.7% -
HSV(B) 182.98º 0.51% 0.93% -
XYZ 51.63 67.67 91.23 -
YUV 198.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 117 232 238 0.51 0.03 0 0.07 182.98 0.78 0.7
Hex 75 E8 EE 33 3 0 7 B7 4E 46
Octal 165 350 356 63 3 0 7 267 116 106
Binary 1110101 11101000 11101110 110011 11 0 111 10110111 1001110 1000110

Color Harmonies of #75E8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E8EE

Black with #75E8EE

Text Example


Text Example

White with #75E8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,232,238); }

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

background-color css

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

 a { background-color: rgb(117,232,238); }

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

border-color css

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

 span { border-color: rgb(117,232,238); }

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