Html Css Color HEX #7BEBE2 Turquoise Blue

📋 copy color: '#7BEBE2'

red 123 ◦ green 235 ◦ blue 226

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

Shades of Turquoise Blue #7BEBE2

Tints of Turquoise Blue #7BEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.24%

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

R = 21.06%
G = 40.24%
B = 38.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#7BEBE2 (or 0x7BEBE2) is known color: Turquoise Blue. HEX triplet: 7B, EB and E2. RGB value is (123,235,226). Sum of RGB (Red+Green+Blue) = 123+235+226=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBE2 is #84141D. Grayscale: #C8C8C8. Windows color (decimal): -8655902 or 14871419. OLE color: 14871419.

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

Color convert

RGB 123 235 226 -
CMYK 0.48 0 0.04 0.08
HSL 175.18º 0.74% 0.7% -
HSV(B) 175.18º 0.48% 0.92% -
XYZ 51.6 69.12 82.57 -
YUV 200.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 123 235 226 0.48 0 0.04 0.08 175.18 0.74 0.7
Hex 7B EB E2 30 0 4 8 AF 4A 46
Octal 173 353 342 60 0 4 10 257 112 106
Binary 1111011 11101011 11100010 110000 0 100 1000 10101111 1001010 1000110

Color Harmonies of #7BEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEBE2

Black with #7BEBE2

Text Example


Text Example

White with #7BEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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