Html Css Color HEX #7BDBEC Turquoise Blue

📋 copy color: '#7BDBEC'

red 123 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #7BDBEC

Tints of Turquoise Blue #7BDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 21.28%
G = 37.89%
B = 40.83%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BDBEC (or 0x7BDBEC) is known color: Turquoise Blue. HEX triplet: 7B, DB and EC. RGB value is (123,219,236). Sum of RGB (Red+Green+Blue) = 123+219+236=578 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.28% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBEC is #842413. Grayscale: #C0C0C0. Windows color (decimal): -8659988 or 15522683. OLE color: 15522683.

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

Color convert

RGB 123 219 236 -
CMYK 0.48 0.07 0 0.07
HSL 189.03º 0.75% 0.7% -
HSV(B) 189.03º 0.48% 0.93% -
XYZ 48.64 60.93 88.55 -
YUV 192.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 123 219 236 0.48 0.07 0 0.07 189.03 0.75 0.7
Hex 7B DB EC 30 7 0 7 BD 4B 46
Octal 173 333 354 60 7 0 7 275 113 106
Binary 1111011 11011011 11101100 110000 111 0 111 10111101 1001011 1000110

Color Harmonies of #7BDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDBEC

Black with #7BDBEC

Text Example


Text Example

White with #7BDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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