Html Css Color HEX #7BDFDA Turquoise Blue

📋 copy color: '#7BDFDA'

red 123 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #7BDFDA

Tints of Turquoise Blue #7BDFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 21.81%
G = 39.54%
B = 38.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#7BDFDA (or 0x7BDFDA) is known color: Turquoise Blue. HEX triplet: 7B, DF and DA. RGB value is (123,223,218). Sum of RGB (Red+Green+Blue) = 123+223+218=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFDA is #842025. Grayscale: #C0C0C0. Windows color (decimal): -8658982 or 14344059. OLE color: 14344059.

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

Color convert

RGB 123 223 218 -
CMYK 0.45 0 0.02 0.13
HSL 177º 0.61% 0.68% -
HSV(B) 177º 0.45% 0.87% -
XYZ 47.21 62.05 75.82 -
YUV 192.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 123 223 218 0.45 0 0.02 0.13 177 0.61 0.68
Hex 7B DF DA 2D 0 2 D B1 3D 44
Octal 173 337 332 55 0 2 15 261 75 104
Binary 1111011 11011111 11011010 101101 0 10 1101 10110001 111101 1000100

Color Harmonies of #7BDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDFDA

Black with #7BDFDA

Text Example


Text Example

White with #7BDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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