Html Css Color HEX #6BDBDB Turquoise Blue

📋 copy color: '#6BDBDB'

red 107 ◦ green 219 ◦ blue 219

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

Shades of Turquoise Blue #6BDBDB

Tints of Turquoise Blue #6BDBDB

RGB

 RED value IS 107 (42.19% from 255) = 19.63%

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 19.63%
G = 40.18%
B = 40.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BDBDB (or 0x6BDBDB) is known color: Turquoise Blue. HEX triplet: 6B, DB and DB. RGB value is (107,219,219). Sum of RGB (Red+Green+Blue) = 107+219+219=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #6BDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBDB is #942424. Grayscale: #B9B9B9. Windows color (decimal): -9708581 or 14408555. OLE color: 14408555.

HSL color Cylindrical-coordinate representation of color #6BDBDB: hue angle of 180º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDBDB is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 219 219 -
CMYK 0.51 0 0 0.14
HSL 180º 0.61% 0.64% -
HSV(B) 180º 0.51% 0.86% -
XYZ 44.18 58.9 76.06 -
YUV 185.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 107 219 219 0.51 0 0 0.14 180 0.61 0.64
Hex 6B DB DB 33 0 0 E B4 3D 40
Octal 153 333 333 63 0 0 16 264 75 100
Binary 1101011 11011011 11011011 110011 0 0 1110 10110100 111101 1000000

Color Harmonies of #6BDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBDB

Black with #6BDBDB

Text Example


Text Example

White with #6BDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BDBDB; }

 p { color: rgb(107,219,219); }

 H1.HeaderClassName
 {
   color: #6BDBDB;
 }
 .AnyTagClassName
 {
   color: #6BDBDB;
 }
</style>

background-color css

<style>
 a { background-color: #6BDBDB; }

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

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

border-color css

<style>
 span { border-color: #6BDBDB; }

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

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