Html Css Color HEX #7BDDDF Turquoise Blue

📋 copy color: '#7BDDDF'

red 123 ◦ green 221 ◦ blue 223

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

Shades of Turquoise Blue #7BDDDF

Tints of Turquoise Blue #7BDDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.98%

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

R = 21.69%
G = 38.98%
B = 39.33%

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

#7BDDDF (or 0x7BDDDF) is known color: Turquoise Blue. HEX triplet: 7B, DD and DF. RGB value is (123,221,223). Sum of RGB (Red+Green+Blue) = 123+221+223=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDDF is #842220. Grayscale: #BFBFBF. Windows color (decimal): -8659489 or 14671227. OLE color: 14671227.

HSL color Cylindrical-coordinate representation of color #7BDDDF: hue angle of 181.2º 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 #7BDDDF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 221 223 -
CMYK 0.45 0.01 0 0.13
HSL 181.2º 0.61% 0.68% -
HSV(B) 181.2º 0.45% 0.87% -
XYZ 47.34 61.25 79.14 -
YUV 191.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 123 221 223 0.45 0.01 0 0.13 181.2 0.61 0.68
Hex 7B DD DF 2D 1 0 D B5 3D 44
Octal 173 335 337 55 1 0 15 265 75 104
Binary 1111011 11011101 11011111 101101 1 0 1101 10110101 111101 1000100

Color Harmonies of #7BDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDDDF

Black with #7BDDDF

Text Example


Text Example

White with #7BDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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