Html Css Color HEX #7EDFDD Turquoise Blue

📋 copy color: '#7EDFDD'

red 126 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #7EDFDD

Tints of Turquoise Blue #7EDFDD

RGB

 RED value IS 126 (49.61% from 255) = 22.11%

 GREEN value IS 223 (87.5% from 255) = 39.12%

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

R = 22.11%
G = 39.12%
B = 38.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#7EDFDD (or 0x7EDFDD) is known color: Turquoise Blue. HEX triplet: 7E, DF and DD. RGB value is (126,223,221). Sum of RGB (Red+Green+Blue) = 126+223+221=570 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.11% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFDD is #812022. Grayscale: #C1C1C1. Windows color (decimal): -8462371 or 14540670. OLE color: 14540670.

HSL color Cylindrical-coordinate representation of color #7EDFDD: hue angle of 178.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFDD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 221 -
CMYK 0.43 0 0.01 0.13
HSL 178.76º 0.6% 0.68% -
HSV(B) 178.76º 0.43% 0.87% -
XYZ 48.04 62.43 77.92 -
YUV 193.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 126 223 221 0.43 0 0.01 0.13 178.76 0.6 0.68
Hex 7E DF DD 2B 0 1 D B3 3C 44
Octal 176 337 335 53 0 1 15 263 74 104
Binary 1111110 11011111 11011101 101011 0 1 1101 10110011 111100 1000100

Color Harmonies of #7EDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDFDD

Black with #7EDFDD

Text Example


Text Example

White with #7EDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,223,221); }

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

background-color css

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

 a { background-color: rgb(126,223,221); }

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

border-color css

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

 span { border-color: rgb(126,223,221); }

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