Html Css Color HEX #7BDCDF Turquoise Blue

📋 copy color: '#7BDCDF'

red 123 ◦ green 220 ◦ blue 223

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

Shades of Turquoise Blue #7BDCDF

Tints of Turquoise Blue #7BDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.87%

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 21.73%
G = 38.87%
B = 39.4%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BDCDF (or 0x7BDCDF) is known color: Turquoise Blue. HEX triplet: 7B, DC and DF. RGB value is (123,220,223). Sum of RGB (Red+Green+Blue) = 123+220+223=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BDCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDCDF is #842320. Grayscale: #BFBFBF. Windows color (decimal): -8659745 or 14670971. OLE color: 14670971.

HSL color Cylindrical-coordinate representation of color #7BDCDF: hue angle of 181.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDCDF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 220 223 -
CMYK 0.45 0.01 0 0.13
HSL 181.8º 0.61% 0.68% -
HSV(B) 181.8º 0.45% 0.87% -
XYZ 47.08 60.73 79.05 -
YUV 191.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 123 220 223 0.45 0.01 0 0.13 181.8 0.61 0.68
Hex 7B DC DF 2D 1 0 D B6 3D 44
Octal 173 334 337 55 1 0 15 266 75 104
Binary 1111011 11011100 11011111 101101 1 0 1101 10110110 111101 1000100

Color Harmonies of #7BDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDCDF

Black with #7BDCDF

Text Example


Text Example

White with #7BDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,220,223); }

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

background-color css

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

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

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

border-color css

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

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

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