Html Css Color HEX #7DEBE3 Turquoise Blue

📋 copy color: '#7DEBE3'

red 125 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #7DEBE3

Tints of Turquoise Blue #7DEBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 21.29%
G = 40.03%
B = 38.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#7DEBE3 (or 0x7DEBE3) is known color: Turquoise Blue. HEX triplet: 7D, EB and E3. RGB value is (125,235,227). Sum of RGB (Red+Green+Blue) = 125+235+227=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBE3 is #82141C. Grayscale: #C9C9C9. Windows color (decimal): -8524829 or 14936957. OLE color: 14936957.

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

Color convert

RGB 125 235 227 -
CMYK 0.47 0 0.03 0.08
HSL 175.64º 0.73% 0.71% -
HSV(B) 175.64º 0.47% 0.92% -
XYZ 52.03 69.32 83.31 -
YUV 201.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 125 235 227 0.47 0 0.03 0.08 175.64 0.73 0.71
Hex 7D EB E3 2F 0 3 8 B0 49 47
Octal 175 353 343 57 0 3 10 260 111 107
Binary 1111101 11101011 11100011 101111 0 11 1000 10110000 1001001 1000111

Color Harmonies of #7DEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBE3

Black with #7DEBE3

Text Example


Text Example

White with #7DEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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