Html Css Color HEX #6CCCDC Turquoise Blue

📋 copy color: '#6CCCDC'

red 108 ◦ green 204 ◦ blue 220

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

Shades of Turquoise Blue #6CCCDC

Tints of Turquoise Blue #6CCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 20.3%
G = 38.35%
B = 41.35%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CCCDC (or 0x6CCCDC) is known color: Turquoise Blue. HEX triplet: 6C, CC and DC. RGB value is (108,204,220). Sum of RGB (Red+Green+Blue) = 108+204+220=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCDC is #933323. Grayscale: #B0B0B0. Windows color (decimal): -9646884 or 14470252. OLE color: 14470252.

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

Color convert

RGB 108 204 220 -
CMYK 0.51 0.07 0 0.14
HSL 188.57º 0.62% 0.64% -
HSV(B) 188.57º 0.51% 0.86% -
XYZ 40.7 51.54 75.51 -
YUV 177.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 108 204 220 0.51 0.07 0 0.14 188.57 0.62 0.64
Hex 6C CC DC 33 7 0 E BD 3E 40
Octal 154 314 334 63 7 0 16 275 76 100
Binary 1101100 11001100 11011100 110011 111 0 1110 10111101 111110 1000000

Color Harmonies of #6CCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCDC

Black with #6CCCDC

Text Example


Text Example

White with #6CCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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