Html Css Color HEX #7DE4EF Turquoise Blue

📋 copy color: '#7DE4EF'

red 125 ◦ green 228 ◦ blue 239

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

Shades of Turquoise Blue #7DE4EF

Tints of Turquoise Blue #7DE4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.51%

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

R = 21.11%
G = 38.51%
B = 40.37%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7DE4EF (or 0x7DE4EF) is known color: Turquoise Blue. HEX triplet: 7D, E4 and EF. RGB value is (125,228,239). Sum of RGB (Red+Green+Blue) = 125+228+239=592 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.11% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DE4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4EF is #821B10. Grayscale: #C6C6C6. Windows color (decimal): -8526609 or 15721597. OLE color: 15721597.

HSL color Cylindrical-coordinate representation of color #7DE4EF: hue angle of 185.79º 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 #7DE4EF is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 228 239 -
CMYK 0.48 0.05 0 0.06
HSL 185.79º 0.78% 0.71% -
HSV(B) 185.79º 0.48% 0.94% -
XYZ 51.78 66.08 91.69 -
YUV 198.46 150.88 75.61 -
System Red Green Blue C M Y K H S L
Decimal 125 228 239 0.48 0.05 0 0.06 185.79 0.78 0.71
Hex 7D E4 EF 30 5 0 6 BA 4E 47
Octal 175 344 357 60 5 0 6 272 116 107
Binary 1111101 11100100 11101111 110000 101 0 110 10111010 1001110 1000111

Color Harmonies of #7DE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE4EF

Black with #7DE4EF

Text Example


Text Example

White with #7DE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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