Html Css Color HEX #7DE4DD Turquoise Blue

📋 copy color: '#7DE4DD'

red 125 ◦ green 228 ◦ blue 221

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

Shades of Turquoise Blue #7DE4DD

Tints of Turquoise Blue #7DE4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 21.78%
G = 39.72%
B = 38.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#7DE4DD (or 0x7DE4DD) is known color: Turquoise Blue. HEX triplet: 7D, E4 and DD. RGB value is (125,228,221). Sum of RGB (Red+Green+Blue) = 125+228+221=574 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.78% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE4DD is #821B22. Grayscale: #C4C4C4. Windows color (decimal): -8526627 or 14541949. OLE color: 14541949.

HSL color Cylindrical-coordinate representation of color #7DE4DD: hue angle of 175.92º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE4DD is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 228 221 -
CMYK 0.45 0 0.03 0.11
HSL 175.92º 0.66% 0.69% -
HSV(B) 175.92º 0.45% 0.89% -
XYZ 49.25 65.07 78.37 -
YUV 196.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 125 228 221 0.45 0 0.03 0.11 175.92 0.66 0.69
Hex 7D E4 DD 2D 0 3 B B0 42 45
Octal 175 344 335 55 0 3 13 260 102 105
Binary 1111101 11100100 11011101 101101 0 11 1011 10110000 1000010 1000101

Color Harmonies of #7DE4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE4DD

Black with #7DE4DD

Text Example


Text Example

White with #7DE4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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