Html Css Color HEX #6CDDDB Turquoise Blue

📋 copy color: '#6CDDDB'

red 108 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #6CDDDB

Tints of Turquoise Blue #6CDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 19.71%
G = 40.33%
B = 39.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6CDDDB (or 0x6CDDDB) is known color: Turquoise Blue. HEX triplet: 6C, DD and DB. RGB value is (108,221,219). Sum of RGB (Red+Green+Blue) = 108+221+219=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDDB is #932224. Grayscale: #BABABA. Windows color (decimal): -9642533 or 14409068. OLE color: 14409068.

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

Color convert

RGB 108 221 219 -
CMYK 0.51 0 0.01 0.13
HSL 178.94º 0.62% 0.65% -
HSV(B) 178.94º 0.51% 0.87% -
XYZ 44.83 60.02 76.24 -
YUV 186.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 108 221 219 0.51 0 0.01 0.13 178.94 0.62 0.65
Hex 6C DD DB 33 0 1 D B3 3E 41
Octal 154 335 333 63 0 1 15 263 76 101
Binary 1101100 11011101 11011011 110011 0 1 1101 10110011 111110 1000001

Color Harmonies of #6CDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDDDB

Black with #6CDDDB

Text Example


Text Example

White with #6CDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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