Html Css Color HEX #7BECE1 Turquoise Blue

📋 copy color: '#7BECE1'

red 123 ◦ green 236 ◦ blue 225

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

Shades of Turquoise Blue #7BECE1

Tints of Turquoise Blue #7BECE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 21.06%
G = 40.41%
B = 38.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#7BECE1 (or 0x7BECE1) is known color: Turquoise Blue. HEX triplet: 7B, EC and E1. RGB value is (123,236,225). Sum of RGB (Red+Green+Blue) = 123+236+225=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECE1 is #84131E. Grayscale: #C8C8C8. Windows color (decimal): -8655647 or 14806139. OLE color: 14806139.

HSL color Cylindrical-coordinate representation of color #7BECE1: hue angle of 174.16º 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 #7BECE1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 236 225 -
CMYK 0.48 0 0.05 0.07
HSL 174.16º 0.75% 0.7% -
HSV(B) 174.16º 0.48% 0.93% -
XYZ 51.75 69.64 81.95 -
YUV 200.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 123 236 225 0.48 0 0.05 0.07 174.16 0.75 0.7
Hex 7B EC E1 30 0 5 7 AE 4B 46
Octal 173 354 341 60 0 5 7 256 113 106
Binary 1111011 11101100 11100001 110000 0 101 111 10101110 1001011 1000110

Color Harmonies of #7BECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BECE1

Black with #7BECE1

Text Example


Text Example

White with #7BECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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