Html Css Color HEX #7DE7DE Turquoise Blue

📋 copy color: '#7DE7DE'

red 125 ◦ green 231 ◦ blue 222

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

Shades of Turquoise Blue #7DE7DE

Tints of Turquoise Blue #7DE7DE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.97%

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 21.63%
G = 39.97%
B = 38.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#7DE7DE (or 0x7DE7DE) is known color: Turquoise Blue. HEX triplet: 7D, E7 and DE. RGB value is (125,231,222). Sum of RGB (Red+Green+Blue) = 125+231+222=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7DE is #821821. Grayscale: #C6C6C6. Windows color (decimal): -8525858 or 14608253. OLE color: 14608253.

HSL color Cylindrical-coordinate representation of color #7DE7DE: hue angle of 174.91º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE7DE is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 231 222 -
CMYK 0.46 0 0.04 0.09
HSL 174.91º 0.69% 0.7% -
HSV(B) 174.91º 0.46% 0.91% -
XYZ 50.22 66.79 79.35 -
YUV 198.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 125 231 222 0.46 0 0.04 0.09 174.91 0.69 0.7
Hex 7D E7 DE 2E 0 4 9 AF 45 46
Octal 175 347 336 56 0 4 11 257 105 106
Binary 1111101 11100111 11011110 101110 0 100 1001 10101111 1000101 1000110

Color Harmonies of #7DE7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE7DE

Black with #7DE7DE

Text Example


Text Example

White with #7DE7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,231,222); }

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

background-color css

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

 a { background-color: rgb(125,231,222); }

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

border-color css

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

 span { border-color: rgb(125,231,222); }

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