Html Css Color HEX #7DE0EF Turquoise Blue

📋 copy color: '#7DE0EF'

red 125 ◦ green 224 ◦ blue 239

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

Shades of Turquoise Blue #7DE0EF

Tints of Turquoise Blue #7DE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.1%

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 21.26%
G = 38.1%
B = 40.65%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7DE0EF (or 0x7DE0EF) is known color: Turquoise Blue. HEX triplet: 7D, E0 and EF. RGB value is (125,224,239). Sum of RGB (Red+Green+Blue) = 125+224+239=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DE0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE0EF is #821F10. Grayscale: #C3C3C3. Windows color (decimal): -8527633 or 15720573. OLE color: 15720573.

HSL color Cylindrical-coordinate representation of color #7DE0EF: hue angle of 187.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE0EF is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 224 239 -
CMYK 0.48 0.06 0 0.06
HSL 187.89º 0.78% 0.71% -
HSV(B) 187.89º 0.48% 0.94% -
XYZ 50.69 63.9 91.32 -
YUV 196.11 152.2 77.28 -
System Red Green Blue C M Y K H S L
Decimal 125 224 239 0.48 0.06 0 0.06 187.89 0.78 0.71
Hex 7D E0 EF 30 6 0 6 BC 4E 47
Octal 175 340 357 60 6 0 6 274 116 107
Binary 1111101 11100000 11101111 110000 110 0 110 10111100 1001110 1000111

Color Harmonies of #7DE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE0EF

Black with #7DE0EF

Text Example


Text Example

White with #7DE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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