Html Css Color HEX #75E4DB Turquoise Blue

📋 copy color: '#75E4DB'

red 117 ◦ green 228 ◦ blue 219

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

Shades of Turquoise Blue #75E4DB

Tints of Turquoise Blue #75E4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.43%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 20.74%
G = 40.43%
B = 38.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#75E4DB (or 0x75E4DB) is known color: Turquoise Blue. HEX triplet: 75, E4 and DB. RGB value is (117,228,219). Sum of RGB (Red+Green+Blue) = 117+228+219=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #75E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E4DB is #8A1B24. Grayscale: #C1C1C1. Windows color (decimal): -9050917 or 14410869. OLE color: 14410869.

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

Color convert

RGB 117 228 219 -
CMYK 0.49 0 0.04 0.11
HSL 175.14º 0.67% 0.68% -
HSV(B) 175.14º 0.49% 0.89% -
XYZ 47.87 64.38 76.92 -
YUV 193.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 117 228 219 0.49 0 0.04 0.11 175.14 0.67 0.68
Hex 75 E4 DB 31 0 4 B AF 43 44
Octal 165 344 333 61 0 4 13 257 103 104
Binary 1110101 11100100 11011011 110001 0 100 1011 10101111 1000011 1000100

Color Harmonies of #75E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E4DB

Black with #75E4DB

Text Example


Text Example

White with #75E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,228,219); }

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

background-color css

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

 a { background-color: rgb(117,228,219); }

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

border-color css

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

 span { border-color: rgb(117,228,219); }

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