Html Css Color HEX #6BDCDA Turquoise Blue

📋 copy color: '#6BDCDA'

red 107 ◦ green 220 ◦ blue 218

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

Shades of Turquoise Blue #6BDCDA

Tints of Turquoise Blue #6BDCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 19.63%
G = 40.37%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#6BDCDA (or 0x6BDCDA) is known color: Turquoise Blue. HEX triplet: 6B, DC and DA. RGB value is (107,220,218). Sum of RGB (Red+Green+Blue) = 107+220+218=545 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.63% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCDA is #942325. Grayscale: #B9B9B9. Windows color (decimal): -9708326 or 14343275. OLE color: 14343275.

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

Color convert

RGB 107 220 218 -
CMYK 0.51 0 0.01 0.14
HSL 178.94º 0.62% 0.64% -
HSV(B) 178.94º 0.51% 0.86% -
XYZ 44.31 59.37 75.45 -
YUV 185.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 107 220 218 0.51 0 0.01 0.14 178.94 0.62 0.64
Hex 6B DC DA 33 0 1 E B3 3E 40
Octal 153 334 332 63 0 1 16 263 76 100
Binary 1101011 11011100 11011010 110011 0 1 1110 10110011 111110 1000000

Color Harmonies of #6BDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCDA

Black with #6BDCDA

Text Example


Text Example

White with #6BDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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