Html Css Color HEX #6CDCDD Turquoise Blue

📋 copy color: '#6CDCDD'

red 108 ◦ green 220 ◦ blue 221

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

Shades of Turquoise Blue #6CDCDD

Tints of Turquoise Blue #6CDCDD

RGB

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

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

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

R = 19.67%
G = 40.07%
B = 40.26%

CMYK

 C value IS 0.51

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CDCDD (or 0x6CDCDD) is known color: Turquoise Blue. HEX triplet: 6C, DC and DD. RGB value is (108,220,221). Sum of RGB (Red+Green+Blue) = 108+220+221=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CDCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCDD is #932322. Grayscale: #BABABA. Windows color (decimal): -9642787 or 14539884. OLE color: 14539884.

HSL color Cylindrical-coordinate representation of color #6CDCDD: hue angle of 180.53º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDCDD is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 220 221 -
CMYK 0.51 0.00 0 0.13
HSL 180.53º 0.62% 0.65% -
HSV(B) 180.53º 0.51% 0.87% -
XYZ 44.83 59.6 77.55 -
YUV 186.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 108 220 221 0.51 0.00 0 0.13 180.53 0.62 0.65
Hex 6C DC DD 33 0 0 D B5 3E 41
Octal 154 334 335 63 0 0 15 265 76 101
Binary 1101100 11011100 11011101 110011 0 0 1101 10110101 111110 1000001

Color Harmonies of #6CDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDCDD

Black with #6CDCDD

Text Example


Text Example

White with #6CDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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