Html Css Color HEX #7BEAE2 Turquoise Blue

📋 copy color: '#7BEAE2'

red 123 ◦ green 234 ◦ blue 226

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

Shades of Turquoise Blue #7BEAE2

Tints of Turquoise Blue #7BEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.14%

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

R = 21.1%
G = 40.14%
B = 38.77%

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

#7BEAE2 (or 0x7BEAE2) is known color: Turquoise Blue. HEX triplet: 7B, EA and E2. RGB value is (123,234,226). Sum of RGB (Red+Green+Blue) = 123+234+226=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEAE2 is #84151D. Grayscale: #C7C7C7. Windows color (decimal): -8656158 or 14871163. OLE color: 14871163.

HSL color Cylindrical-coordinate representation of color #7BEAE2: hue angle of 175.68º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEAE2 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 234 226 -
CMYK 0.47 0 0.03 0.08
HSL 175.68º 0.73% 0.7% -
HSV(B) 175.68º 0.47% 0.92% -
XYZ 51.32 68.55 82.48 -
YUV 199.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 123 234 226 0.47 0 0.03 0.08 175.68 0.73 0.7
Hex 7B EA E2 2F 0 3 8 B0 49 46
Octal 173 352 342 57 0 3 10 260 111 106
Binary 1111011 11101010 11100010 101111 0 11 1000 10110000 1001001 1000110

Color Harmonies of #7BEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAE2

Black with #7BEAE2

Text Example


Text Example

White with #7BEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,234,226); }

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

background-color css

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

 a { background-color: rgb(123,234,226); }

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

border-color css

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

 span { border-color: rgb(123,234,226); }

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