Html Css Color HEX #7BEAE8 Turquoise Blue

📋 copy color: '#7BEAE8'

red 123 ◦ green 234 ◦ blue 232

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

Shades of Turquoise Blue #7BEAE8

Tints of Turquoise Blue #7BEAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.39%

R = 20.88%
G = 39.73%
B = 39.39%

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

#7BEAE8 (or 0x7BEAE8) is known color: Turquoise Blue. HEX triplet: 7B, EA and E8. RGB value is (123,234,232). Sum of RGB (Red+Green+Blue) = 123+234+232=589 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.88% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAE8 is #841517. Grayscale: #C8C8C8. Windows color (decimal): -8656152 or 15264379. OLE color: 15264379.

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

Color convert

RGB 123 234 232 -
CMYK 0.47 0 0.01 0.08
HSL 178.92º 0.73% 0.7% -
HSV(B) 178.92º 0.47% 0.92% -
XYZ 52.16 68.88 86.89 -
YUV 200.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 123 234 232 0.47 0 0.01 0.08 178.92 0.73 0.7
Hex 7B EA E8 2F 0 1 8 B3 49 46
Octal 173 352 350 57 0 1 10 263 111 106
Binary 1111011 11101010 11101000 101111 0 1 1000 10110011 1001001 1000110

Color Harmonies of #7BEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAE8

Black with #7BEAE8

Text Example


Text Example

White with #7BEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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