Html Css Color HEX #6BDBDD Turquoise Blue

📋 copy color: '#6BDBDD'

red 107 ◦ green 219 ◦ blue 221

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

Shades of Turquoise Blue #6BDBDD

Tints of Turquoise Blue #6BDBDD

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6BDBDD: hue angle of 181.05º 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 #6BDBDD is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 219 221 -
CMYK 0.52 0.01 0 0.13
HSL 181.05º 0.63% 0.64% -
HSV(B) 181.05º 0.52% 0.87% -
XYZ 44.45 59.01 77.45 -
YUV 185.74 147.89 71.84 -
System Red Green Blue C M Y K H S L
Decimal 107 219 221 0.52 0.01 0 0.13 181.05 0.63 0.64
Hex 6B DB DD 34 1 0 D B5 3F 40
Octal 153 333 335 64 1 0 15 265 77 100
Binary 1101011 11011011 11011101 110100 1 0 1101 10110101 111111 1000000

Color Harmonies of #6BDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBDD

Black with #6BDBDD

Text Example


Text Example

White with #6BDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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