Html Css Color HEX #75EADE Turquoise Blue

📋 copy color: '#75EADE'

red 117 ◦ green 234 ◦ blue 222

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

Shades of Turquoise Blue #75EADE

Tints of Turquoise Blue #75EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.84%

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

R = 20.42%
G = 40.84%
B = 38.74%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#75EADE (or 0x75EADE) is known color: Turquoise Blue. HEX triplet: 75, EA and DE. RGB value is (117,234,222). Sum of RGB (Red+Green+Blue) = 117+234+222=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #75EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EADE is #8A1521. Grayscale: #C5C5C5. Windows color (decimal): -9049378 or 14609013. OLE color: 14609013.

HSL color Cylindrical-coordinate representation of color #75EADE: hue angle of 173.85º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EADE is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 222 -
CMYK 0.5 0 0.05 0.08
HSL 173.85º 0.74% 0.69% -
HSV(B) 173.85º 0.5% 0.92% -
XYZ 49.94 67.9 79.58 -
YUV 197.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 117 234 222 0.5 0 0.05 0.08 173.85 0.74 0.69
Hex 75 EA DE 32 0 5 8 AE 4A 45
Octal 165 352 336 62 0 5 10 256 112 105
Binary 1110101 11101010 11011110 110010 0 101 1000 10101110 1001010 1000101

Color Harmonies of #75EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EADE

Black with #75EADE

Text Example


Text Example

White with #75EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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