Html Css Color HEX #6BD3DB Turquoise Blue

📋 copy color: '#6BD3DB'

red 107 ◦ green 211 ◦ blue 219

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

Shades of Turquoise Blue #6BD3DB

Tints of Turquoise Blue #6BD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 19.93%
G = 39.29%
B = 40.78%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BD3DB (or 0x6BD3DB) is known color: Turquoise Blue. HEX triplet: 6B, D3 and DB. RGB value is (107,211,219). Sum of RGB (Red+Green+Blue) = 107+211+219=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BD3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD3DB is #942C24. Grayscale: #B4B4B4. Windows color (decimal): -9710629 or 14406507. OLE color: 14406507.

HSL color Cylindrical-coordinate representation of color #6BD3DB: hue angle of 184.29º 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 #6BD3DB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 211 219 -
CMYK 0.51 0.04 0 0.14
HSL 184.29º 0.61% 0.64% -
HSV(B) 184.29º 0.51% 0.86% -
XYZ 42.14 54.83 75.38 -
YUV 180.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 107 211 219 0.51 0.04 0 0.14 184.29 0.61 0.64
Hex 6B D3 DB 33 4 0 E B8 3D 40
Octal 153 323 333 63 4 0 16 270 75 100
Binary 1101011 11010011 11011011 110011 100 0 1110 10111000 111101 1000000

Color Harmonies of #6BD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD3DB

Black with #6BD3DB

Text Example


Text Example

White with #6BD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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