Html Css Color HEX #7DE8E1 Turquoise Blue

📋 copy color: '#7DE8E1'

red 125 ◦ green 232 ◦ blue 225

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

Shades of Turquoise Blue #7DE8E1

Tints of Turquoise Blue #7DE8E1

RGB

 RED value IS 125 (49.22% from 255) = 21.48%

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 21.48%
G = 39.86%
B = 38.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#7DE8E1 (or 0x7DE8E1) is known color: Turquoise Blue. HEX triplet: 7D, E8 and E1. RGB value is (125,232,225). Sum of RGB (Red+Green+Blue) = 125+232+225=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE8E1 is #82171E. Grayscale: #C7C7C7. Windows color (decimal): -8525599 or 14805117. OLE color: 14805117.

HSL color Cylindrical-coordinate representation of color #7DE8E1: hue angle of 176.07º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE8E1 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 232 225 -
CMYK 0.46 0 0.03 0.09
HSL 176.07º 0.7% 0.7% -
HSV(B) 176.07º 0.46% 0.91% -
XYZ 50.9 67.51 81.58 -
YUV 199.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 125 232 225 0.46 0 0.03 0.09 176.07 0.7 0.7
Hex 7D E8 E1 2E 0 3 9 B0 46 46
Octal 175 350 341 56 0 3 11 260 106 106
Binary 1111101 11101000 11100001 101110 0 11 1001 10110000 1000110 1000110

Color Harmonies of #7DE8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE8E1

Black with #7DE8E1

Text Example


Text Example

White with #7DE8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DE8E1; }

 p { color: rgb(125,232,225); }

 H1.HeaderClassName
 {
   color: #7DE8E1;
 }
 .AnyTagClassName
 {
   color: #7DE8E1;
 }
</style>

background-color css

<style>
 a { background-color: #7DE8E1; }

 a { background-color: rgb(125,232,225); }

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

border-color css

<style>
 span { border-color: #7DE8E1; }

 span { border-color: rgb(125,232,225); }

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