Html Css Color HEX #6BDCDD Turquoise Blue

📋 copy color: '#6BDCDD'

red 107 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #6BDCDD

Tints of Turquoise Blue #6BDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.15%

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

R = 19.53%
G = 40.15%
B = 40.33%

CMYK

 C value IS 0.52

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BDCDD (or 0x6BDCDD) is known color: Turquoise Blue. HEX triplet: 6B, DC and DD. RGB value is (107,220,221). Sum of RGB (Red+Green+Blue) = 107+220+221=548 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.53% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCDD is #942322. Grayscale: #BABABA. Windows color (decimal): -9708323 or 14539883. OLE color: 14539883.

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

Color convert

RGB 107 220 221 -
CMYK 0.52 0.00 0 0.13
HSL 180.53º 0.63% 0.64% -
HSV(B) 180.53º 0.52% 0.87% -
XYZ 44.71 59.53 77.54 -
YUV 186.33 147.56 71.42 -
System Red Green Blue C M Y K H S L
Decimal 107 220 221 0.52 0.00 0 0.13 180.53 0.63 0.64
Hex 6B DC DD 34 0 0 D B5 3F 40
Octal 153 334 335 64 0 0 15 265 77 100
Binary 1101011 11011100 11011101 110100 0 0 1101 10110101 111111 1000000

Color Harmonies of #6BDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCDD

Black with #6BDCDD

Text Example


Text Example

White with #6BDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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