Html Css Color HEX #7DE4EB Turquoise Blue

📋 copy color: '#7DE4EB'

red 125 ◦ green 228 ◦ blue 235

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

Shades of Turquoise Blue #7DE4EB

Tints of Turquoise Blue #7DE4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.97%

R = 21.26%
G = 38.78%
B = 39.97%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DE4EB (or 0x7DE4EB) is known color: Turquoise Blue. HEX triplet: 7D, E4 and EB. RGB value is (125,228,235). Sum of RGB (Red+Green+Blue) = 125+228+235=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DE4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4EB is #821B14. Grayscale: #C5C5C5. Windows color (decimal): -8526613 or 15459453. OLE color: 15459453.

HSL color Cylindrical-coordinate representation of color #7DE4EB: hue angle of 183.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DE4EB is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 228 235 -
CMYK 0.47 0.03 0 0.08
HSL 183.82º 0.73% 0.71% -
HSV(B) 183.82º 0.47% 0.92% -
XYZ 51.2 65.84 88.61 -
YUV 198 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 125 228 235 0.47 0.03 0 0.08 183.82 0.73 0.71
Hex 7D E4 EB 2F 3 0 8 B8 49 47
Octal 175 344 353 57 3 0 10 270 111 107
Binary 1111101 11100100 11101011 101111 11 0 1000 10111000 1001001 1000111

Color Harmonies of #7DE4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE4EB

Black with #7DE4EB

Text Example


Text Example

White with #7DE4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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