Html Css Color HEX #7BE5DB Turquoise Blue

📋 copy color: '#7BE5DB'

red 123 ◦ green 229 ◦ blue 219

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

Shades of Turquoise Blue #7BE5DB

Tints of Turquoise Blue #7BE5DB

RGB

 RED value IS 123 (48.44% from 255) = 21.54%

 GREEN value IS 229 (89.84% from 255) = 40.11%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 21.54%
G = 40.11%
B = 38.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#7BE5DB (or 0x7BE5DB) is known color: Turquoise Blue. HEX triplet: 7B, E5 and DB. RGB value is (123,229,219). Sum of RGB (Red+Green+Blue) = 123+229+219=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 229 (89.84% from 255 or 40.11% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 229 - color contains mainly: green. Hex color #7BE5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE5DB is #841A24. Grayscale: #C4C4C4. Windows color (decimal): -8657445 or 14411131. OLE color: 14411131.

HSL color Cylindrical-coordinate representation of color #7BE5DB: hue angle of 174.34º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE5DB is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 123 229 219 -
CMYK 0.46 0 0.04 0.10
HSL 174.34º 0.67% 0.69% -
HSV(B) 174.34º 0.46% 0.9% -
XYZ 48.97 65.36 77.05 -
YUV 196.17 140.88 75.81 -
System Red Green Blue C M Y K H S L
Decimal 123 229 219 0.46 0 0.04 0.10 174.34 0.67 0.69
Hex 7B E5 DB 2E 0 4 A AE 43 45
Octal 173 345 333 56 0 4 12 256 103 105
Binary 1111011 11100101 11011011 101110 0 100 1010 10101110 1000011 1000101

Color Harmonies of #7BE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BE5DB

Black with #7BE5DB

Text Example


Text Example

White with #7BE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,229,219); }

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

background-color css

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

 a { background-color: rgb(123,229,219); }

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

border-color css

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

 span { border-color: rgb(123,229,219); }

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