Html Css Color HEX #7DEBE9 Turquoise Blue

📋 copy color: '#7DEBE9'

red 125 ◦ green 235 ◦ blue 233

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

Shades of Turquoise Blue #7DEBE9

Tints of Turquoise Blue #7DEBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.29%

R = 21.08%
G = 39.63%
B = 39.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#7DEBE9 (or 0x7DEBE9) is known color: Turquoise Blue. HEX triplet: 7D, EB and E9. RGB value is (125,235,233). Sum of RGB (Red+Green+Blue) = 125+235+233=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEBE9 is #821416. Grayscale: #C9C9C9. Windows color (decimal): -8524823 or 15330173. OLE color: 15330173.

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

Color convert

RGB 125 235 233 -
CMYK 0.47 0 0.01 0.08
HSL 178.91º 0.73% 0.71% -
HSV(B) 178.91º 0.47% 0.92% -
XYZ 52.87 69.66 87.75 -
YUV 201.88 145.56 73.16 -
System Red Green Blue C M Y K H S L
Decimal 125 235 233 0.47 0 0.01 0.08 178.91 0.73 0.71
Hex 7D EB E9 2F 0 1 8 B3 49 47
Octal 175 353 351 57 0 1 10 263 111 107
Binary 1111101 11101011 11101001 101111 0 1 1000 10110011 1001001 1000111

Color Harmonies of #7DEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBE9

Black with #7DEBE9

Text Example


Text Example

White with #7DEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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