Html Css Color HEX #75EEE8 Turquoise Blue

📋 copy color: '#75EEE8'

red 117 ◦ green 238 ◦ blue 232

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

Shades of Turquoise Blue #75EEE8

Tints of Turquoise Blue #75EEE8

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 117 238 232 -
CMYK 0.51 0 0.03 0.07
HSL 177.02º 0.78% 0.7% -
HSV(B) 177.02º 0.51% 0.93% -
XYZ 52.48 70.76 87.24 -
YUV 201.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 117 238 232 0.51 0 0.03 0.07 177.02 0.78 0.7
Hex 75 EE E8 33 0 3 7 B1 4E 46
Octal 165 356 350 63 0 3 7 261 116 106
Binary 1110101 11101110 11101000 110011 0 11 111 10110001 1001110 1000110

Color Harmonies of #75EEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEE8

Black with #75EEE8

Text Example


Text Example

White with #75EEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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