Html Css Color HEX #7BECE8 Turquoise Blue

📋 copy color: '#7BECE8'

red 123 ◦ green 236 ◦ blue 232

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

Shades of Turquoise Blue #7BECE8

Tints of Turquoise Blue #7BECE8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

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

R = 20.81%
G = 39.93%
B = 39.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#7BECE8 (or 0x7BECE8) is known color: Turquoise Blue. HEX triplet: 7B, EC and E8. RGB value is (123,236,232). Sum of RGB (Red+Green+Blue) = 123+236+232=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BECE8 is #841317. Grayscale: #C9C9C9. Windows color (decimal): -8655640 or 15264891. OLE color: 15264891.

HSL color Cylindrical-coordinate representation of color #7BECE8: hue angle of 177.88º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BECE8 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 236 232 -
CMYK 0.48 0 0.02 0.07
HSL 177.88º 0.75% 0.7% -
HSV(B) 177.88º 0.48% 0.93% -
XYZ 52.73 70.03 87.08 -
YUV 201.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 123 236 232 0.48 0 0.02 0.07 177.88 0.75 0.7
Hex 7B EC E8 30 0 2 7 B2 4B 46
Octal 173 354 350 60 0 2 7 262 113 106
Binary 1111011 11101100 11101000 110000 0 10 111 10110010 1001011 1000110

Color Harmonies of #7BECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECE8

Black with #7BECE8

Text Example


Text Example

White with #7BECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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