Html Css Color HEX #7DE6E0 Turquoise Blue

📋 copy color: '#7DE6E0'

red 125 ◦ green 230 ◦ blue 224

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

Shades of Turquoise Blue #7DE6E0

Tints of Turquoise Blue #7DE6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 21.59%
G = 39.72%
B = 38.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#7DE6E0 (or 0x7DE6E0) is known color: Turquoise Blue. HEX triplet: 7D, E6 and E0. RGB value is (125,230,224). Sum of RGB (Red+Green+Blue) = 125+230+224=579 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.59% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6E0 is #82191F. Grayscale: #C5C5C5. Windows color (decimal): -8526112 or 14739069. OLE color: 14739069.

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

Color convert

RGB 125 230 224 -
CMYK 0.46 0 0.03 0.10
HSL 176.57º 0.68% 0.7% -
HSV(B) 176.57º 0.46% 0.9% -
XYZ 50.21 66.34 80.68 -
YUV 197.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 125 230 224 0.46 0 0.03 0.10 176.57 0.68 0.7
Hex 7D E6 E0 2E 0 3 A B1 44 46
Octal 175 346 340 56 0 3 12 261 104 106
Binary 1111101 11100110 11100000 101110 0 11 1010 10110001 1000100 1000110

Color Harmonies of #7DE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE6E0

Black with #7DE6E0

Text Example


Text Example

White with #7DE6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,230,224); }

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

background-color css

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

 a { background-color: rgb(125,230,224); }

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

border-color css

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

 span { border-color: rgb(125,230,224); }

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