Html Css Color HEX #7DE3EC Turquoise Blue

📋 copy color: '#7DE3EC'

red 125 ◦ green 227 ◦ blue 236

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

Shades of Turquoise Blue #7DE3EC

Tints of Turquoise Blue #7DE3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 21.26%
G = 38.61%
B = 40.14%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DE3EC (or 0x7DE3EC) is known color: Turquoise Blue. HEX triplet: 7D, E3 and EC. RGB value is (125,227,236). Sum of RGB (Red+Green+Blue) = 125+227+236=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DE3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE3EC is #821C13. Grayscale: #C5C5C5. Windows color (decimal): -8526868 or 15524733. OLE color: 15524733.

HSL color Cylindrical-coordinate representation of color #7DE3EC: hue angle of 184.86º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DE3EC is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 227 236 -
CMYK 0.47 0.04 0 0.07
HSL 184.86º 0.74% 0.71% -
HSV(B) 184.86º 0.47% 0.93% -
XYZ 51.07 65.35 89.28 -
YUV 197.53 149.71 76.27 -
System Red Green Blue C M Y K H S L
Decimal 125 227 236 0.47 0.04 0 0.07 184.86 0.74 0.71
Hex 7D E3 EC 2F 4 0 7 B9 4A 47
Octal 175 343 354 57 4 0 7 271 112 107
Binary 1111101 11100011 11101100 101111 100 0 111 10111001 1001010 1000111

Color Harmonies of #7DE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE3EC

Black with #7DE3EC

Text Example


Text Example

White with #7DE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,227,236); }

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

background-color css

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

 a { background-color: rgb(125,227,236); }

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

border-color css

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

 span { border-color: rgb(125,227,236); }

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