Html Css Color HEX #7DEBE2 Turquoise Blue

📋 copy color: '#7DEBE2'

red 125 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #7DEBE2

Tints of Turquoise Blue #7DEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.1%

 BLUE value IS 226 (88.67% from 255) = 38.57%

R = 21.33%
G = 40.1%
B = 38.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#7DEBE2 (or 0x7DEBE2) is known color: Turquoise Blue. HEX triplet: 7D, EB and E2. RGB value is (125,235,226). Sum of RGB (Red+Green+Blue) = 125+235+226=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBE2 is #82141D. Grayscale: #C9C9C9. Windows color (decimal): -8524830 or 14871421. OLE color: 14871421.

HSL color Cylindrical-coordinate representation of color #7DEBE2: hue angle of 175.09º 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 #7DEBE2 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 226 -
CMYK 0.47 0 0.04 0.08
HSL 175.09º 0.73% 0.71% -
HSV(B) 175.09º 0.47% 0.92% -
XYZ 51.89 69.27 82.59 -
YUV 201.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 125 235 226 0.47 0 0.04 0.08 175.09 0.73 0.71
Hex 7D EB E2 2F 0 4 8 AF 49 47
Octal 175 353 342 57 0 4 10 257 111 107
Binary 1111101 11101011 11100010 101111 0 100 1000 10101111 1001001 1000111

Color Harmonies of #7DEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBE2

Black with #7DEBE2

Text Example


Text Example

White with #7DEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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