Html Css Color HEX #6BDDDB Turquoise Blue

📋 copy color: '#6BDDDB'

red 107 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #6BDDDB

Tints of Turquoise Blue #6BDDDB

RGB

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

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

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

R = 19.56%
G = 40.4%
B = 40.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6BDDDB (or 0x6BDDDB) is known color: Turquoise Blue. HEX triplet: 6B, DD and DB. RGB value is (107,221,219). Sum of RGB (Red+Green+Blue) = 107+221+219=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDDB is #942224. Grayscale: #BABABA. Windows color (decimal): -9708069 or 14409067. OLE color: 14409067.

HSL color Cylindrical-coordinate representation of color #6BDDDB: hue angle of 178.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDDB is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 221 219 -
CMYK 0.52 0 0.01 0.13
HSL 178.95º 0.63% 0.64% -
HSV(B) 178.95º 0.52% 0.87% -
XYZ 44.71 59.95 76.23 -
YUV 186.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 107 221 219 0.52 0 0.01 0.13 178.95 0.63 0.64
Hex 6B DD DB 34 0 1 D B3 3F 40
Octal 153 335 333 64 0 1 15 263 77 100
Binary 1101011 11011101 11011011 110100 0 1 1101 10110011 111111 1000000

Color Harmonies of #6BDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDDDB

Black with #6BDDDB

Text Example


Text Example

White with #6BDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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