Html Css Color HEX #7DE2EE Turquoise Blue

📋 copy color: '#7DE2EE'

red 125 ◦ green 226 ◦ blue 238

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

Shades of Turquoise Blue #7DE2EE

Tints of Turquoise Blue #7DE2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 21.22%
G = 38.37%
B = 40.41%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DE2EE (or 0x7DE2EE) is known color: Turquoise Blue. HEX triplet: 7D, E2 and EE. RGB value is (125,226,238). Sum of RGB (Red+Green+Blue) = 125+226+238=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DE2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE2EE is #821D11. Grayscale: #C5C5C5. Windows color (decimal): -8527122 or 15655549. OLE color: 15655549.

HSL color Cylindrical-coordinate representation of color #7DE2EE: hue angle of 186.37º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DE2EE is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 226 238 -
CMYK 0.47 0.05 0 0.07
HSL 186.37º 0.77% 0.71% -
HSV(B) 186.37º 0.47% 0.93% -
XYZ 51.09 64.93 90.73 -
YUV 197.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 125 226 238 0.47 0.05 0 0.07 186.37 0.77 0.71
Hex 7D E2 EE 2F 5 0 7 BA 4D 47
Octal 175 342 356 57 5 0 7 272 115 107
Binary 1111101 11100010 11101110 101111 101 0 111 10111010 1001101 1000111

Color Harmonies of #7DE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE2EE

Black with #7DE2EE

Text Example


Text Example

White with #7DE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,226,238); }

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

background-color css

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

 a { background-color: rgb(125,226,238); }

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

border-color css

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

 span { border-color: rgb(125,226,238); }

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