Html Css Color HEX #7BDFDE Turquoise Blue

📋 copy color: '#7BDFDE'

red 123 ◦ green 223 ◦ blue 222

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

Shades of Turquoise Blue #7BDFDE

Tints of Turquoise Blue #7BDFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 21.65%
G = 39.26%
B = 39.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#7BDFDE (or 0x7BDFDE) is known color: Turquoise Blue. HEX triplet: 7B, DF and DE. RGB value is (123,223,222). Sum of RGB (Red+Green+Blue) = 123+223+222=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFDE is #842021. Grayscale: #C0C0C0. Windows color (decimal): -8658978 or 14606203. OLE color: 14606203.

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

Color convert

RGB 123 223 222 -
CMYK 0.45 0 0.00 0.13
HSL 179.4º 0.61% 0.68% -
HSV(B) 179.4º 0.45% 0.87% -
XYZ 47.74 62.26 78.61 -
YUV 192.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 123 223 222 0.45 0 0.00 0.13 179.4 0.61 0.68
Hex 7B DF DE 2D 0 0 D B3 3D 44
Octal 173 337 336 55 0 0 15 263 75 104
Binary 1111011 11011111 11011110 101101 0 0 1101 10110011 111101 1000100

Color Harmonies of #7BDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFDE

Black with #7BDFDE

Text Example


Text Example

White with #7BDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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