Html Css Color HEX #75E2DE Turquoise Blue

📋 copy color: '#75E2DE'

red 117 ◦ green 226 ◦ blue 222

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

Shades of Turquoise Blue #75E2DE

Tints of Turquoise Blue #75E2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 20.71%
G = 40%
B = 39.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#75E2DE (or 0x75E2DE) is known color: Turquoise Blue. HEX triplet: 75, E2 and DE. RGB value is (117,226,222). Sum of RGB (Red+Green+Blue) = 117+226+222=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #75E2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E2DE is #8A1D21. Grayscale: #C0C0C0. Windows color (decimal): -9051426 or 14606965. OLE color: 14606965.

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

Color convert

RGB 117 226 222 -
CMYK 0.48 0 0.02 0.11
HSL 177.8º 0.65% 0.67% -
HSV(B) 177.8º 0.48% 0.89% -
XYZ 47.72 63.45 78.84 -
YUV 192.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 117 226 222 0.48 0 0.02 0.11 177.8 0.65 0.67
Hex 75 E2 DE 30 0 2 B B2 41 43
Octal 165 342 336 60 0 2 13 262 101 103
Binary 1110101 11100010 11011110 110000 0 10 1011 10110010 1000001 1000011

Color Harmonies of #75E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E2DE

Black with #75E2DE

Text Example


Text Example

White with #75E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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