Html Css Color HEX #6BDCDC Turquoise Blue

📋 copy color: '#6BDCDC'

red 107 ◦ green 220 ◦ blue 220

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

Shades of Turquoise Blue #6BDCDC

Tints of Turquoise Blue #6BDCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 19.56%
G = 40.22%
B = 40.22%

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

#6BDCDC (or 0x6BDCDC) is known color: Turquoise Blue. HEX triplet: 6B, DC and DC. RGB value is (107,220,220). Sum of RGB (Red+Green+Blue) = 107+220+220=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #6BDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCDC is #942323. Grayscale: #BABABA. Windows color (decimal): -9708324 or 14474347. OLE color: 14474347.

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

Color convert

RGB 107 220 220 -
CMYK 0.51 0 0 0.14
HSL 180º 0.62% 0.64% -
HSV(B) 180º 0.51% 0.86% -
XYZ 44.57 59.48 76.84 -
YUV 186.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 107 220 220 0.51 0 0 0.14 180 0.62 0.64
Hex 6B DC DC 33 0 0 E B4 3E 40
Octal 153 334 334 63 0 0 16 264 76 100
Binary 1101011 11011100 11011100 110011 0 0 1110 10110100 111110 1000000

Color Harmonies of #6BDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCDC

Black with #6BDCDC

Text Example


Text Example

White with #6BDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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