Html Css Color HEX #6CDADC Turquoise Blue

📋 copy color: '#6CDADC'

red 108 ◦ green 218 ◦ blue 220

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

Shades of Turquoise Blue #6CDADC

Tints of Turquoise Blue #6CDADC

RGB

 RED value IS 108 (42.58% from 255) = 19.78%

 GREEN value IS 218 (85.55% from 255) = 39.93%

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

R = 19.78%
G = 39.93%
B = 40.29%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CDADC (or 0x6CDADC) is known color: Turquoise Blue. HEX triplet: 6C, DA and DC. RGB value is (108,218,220). Sum of RGB (Red+Green+Blue) = 108+218+220=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDADC is #932523. Grayscale: #B9B9B9. Windows color (decimal): -9643300 or 14473836. OLE color: 14473836.

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

Color convert

RGB 108 218 220 -
CMYK 0.51 0.01 0 0.14
HSL 181.07º 0.62% 0.64% -
HSV(B) 181.07º 0.51% 0.86% -
XYZ 44.17 58.5 76.67 -
YUV 185.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 108 218 220 0.51 0.01 0 0.14 181.07 0.62 0.64
Hex 6C DA DC 33 1 0 E B5 3E 40
Octal 154 332 334 63 1 0 16 265 76 100
Binary 1101100 11011010 11011100 110011 1 0 1110 10110101 111110 1000000

Color Harmonies of #6CDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDADC

Black with #6CDADC

Text Example


Text Example

White with #6CDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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