Html Css Color HEX #7BEAE0 Turquoise Blue

📋 copy color: '#7BEAE0'

red 123 ◦ green 234 ◦ blue 224

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

Shades of Turquoise Blue #7BEAE0

Tints of Turquoise Blue #7BEAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 21.17%
G = 40.28%
B = 38.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#7BEAE0 (or 0x7BEAE0) is known color: Turquoise Blue. HEX triplet: 7B, EA and E0. RGB value is (123,234,224). Sum of RGB (Red+Green+Blue) = 123+234+224=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEAE0 is #84151F. Grayscale: #C7C7C7. Windows color (decimal): -8656160 or 14740091. OLE color: 14740091.

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

Color convert

RGB 123 234 224 -
CMYK 0.47 0 0.04 0.08
HSL 174.59º 0.73% 0.7% -
HSV(B) 174.59º 0.47% 0.92% -
XYZ 51.05 68.44 81.04 -
YUV 199.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 123 234 224 0.47 0 0.04 0.08 174.59 0.73 0.7
Hex 7B EA E0 2F 0 4 8 AF 49 46
Octal 173 352 340 57 0 4 10 257 111 106
Binary 1111011 11101010 11100000 101111 0 100 1000 10101111 1001001 1000110

Color Harmonies of #7BEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAE0

Black with #7BEAE0

Text Example


Text Example

White with #7BEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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