Html Css Color HEX #75E6DD Turquoise Blue

📋 copy color: '#75E6DD'

red 117 ◦ green 230 ◦ blue 221

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

Shades of Turquoise Blue #75E6DD

Tints of Turquoise Blue #75E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.49%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 20.6%
G = 40.49%
B = 38.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#75E6DD (or 0x75E6DD) is known color: Turquoise Blue. HEX triplet: 75, E6 and DD. RGB value is (117,230,221). Sum of RGB (Red+Green+Blue) = 117+230+221=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #75E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E6DD is #8A1922. Grayscale: #C3C3C3. Windows color (decimal): -9050403 or 14542453. OLE color: 14542453.

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

Color convert

RGB 117 230 221 -
CMYK 0.49 0 0.04 0.10
HSL 175.22º 0.69% 0.68% -
HSV(B) 175.22º 0.49% 0.9% -
XYZ 48.68 65.6 78.5 -
YUV 195.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 117 230 221 0.49 0 0.04 0.10 175.22 0.69 0.68
Hex 75 E6 DD 31 0 4 A AF 45 44
Octal 165 346 335 61 0 4 12 257 105 104
Binary 1110101 11100110 11011101 110001 0 100 1010 10101111 1000101 1000100

Color Harmonies of #75E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E6DD

Black with #75E6DD

Text Example


Text Example

White with #75E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,230,221); }

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

background-color css

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

 a { background-color: rgb(117,230,221); }

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

border-color css

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

 span { border-color: rgb(117,230,221); }

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