Html Css Color HEX #75E2DA Turquoise Blue

📋 copy color: '#75E2DA'

red 117 ◦ green 226 ◦ blue 218

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

Shades of Turquoise Blue #75E2DA

Tints of Turquoise Blue #75E2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.29%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 20.86%
G = 40.29%
B = 38.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#75E2DA (or 0x75E2DA) is known color: Turquoise Blue. HEX triplet: 75, E2 and DA. RGB value is (117,226,218). Sum of RGB (Red+Green+Blue) = 117+226+218=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E2DA is #8A1D25. Grayscale: #C0C0C0. Windows color (decimal): -9051430 or 14344821. OLE color: 14344821.

HSL color Cylindrical-coordinate representation of color #75E2DA: hue angle of 175.6º degrees, saturation: 0.65, 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 #75E2DA is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 226 218 -
CMYK 0.48 0 0.04 0.11
HSL 175.6º 0.65% 0.67% -
HSV(B) 175.6º 0.48% 0.89% -
XYZ 47.19 63.24 76.05 -
YUV 192.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 117 226 218 0.48 0 0.04 0.11 175.6 0.65 0.67
Hex 75 E2 DA 30 0 4 B B0 41 43
Octal 165 342 332 60 0 4 13 260 101 103
Binary 1110101 11100010 11011010 110000 0 100 1011 10110000 1000001 1000011

Color Harmonies of #75E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E2DA

Black with #75E2DA

Text Example


Text Example

White with #75E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,226,218); }

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

background-color css

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

 a { background-color: rgb(117,226,218); }

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

border-color css

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

 span { border-color: rgb(117,226,218); }

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