Html Css Color HEX #7BEAEA Turquoise Blue

📋 copy color: '#7BEAEA'

red 123 ◦ green 234 ◦ blue 234

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

Shades of Turquoise Blue #7BEAEA

Tints of Turquoise Blue #7BEAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 20.81%
G = 39.59%
B = 39.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7BEAEA (or 0x7BEAEA) is known color: Turquoise Blue. HEX triplet: 7B, EA and EA. RGB value is (123,234,234). Sum of RGB (Red+Green+Blue) = 123+234+234=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #7BEAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEAEA is #841515. Grayscale: #C8C8C8. Windows color (decimal): -8656150 or 15395451. OLE color: 15395451.

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

Color convert

RGB 123 234 234 -
CMYK 0.47 0 0 0.08
HSL 180º 0.73% 0.7% -
HSV(B) 180º 0.47% 0.92% -
XYZ 52.44 69 88.4 -
YUV 200.81 146.73 72.5 -
System Red Green Blue C M Y K H S L
Decimal 123 234 234 0.47 0 0 0.08 180 0.73 0.7
Hex 7B EA EA 2F 0 0 8 B4 49 46
Octal 173 352 352 57 0 0 10 264 111 106
Binary 1111011 11101010 11101010 101111 0 0 1000 10110100 1001001 1000110

Color Harmonies of #7BEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEAEA

Black with #7BEAEA

Text Example


Text Example

White with #7BEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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