Html Css Color HEX #6CCDDB Turquoise Blue

📋 copy color: '#6CCDDB'

red 108 ◦ green 205 ◦ blue 219

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

Shades of Turquoise Blue #6CCDDB

Tints of Turquoise Blue #6CCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.53%

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

R = 20.3%
G = 38.53%
B = 41.17%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CCDDB (or 0x6CCDDB) is known color: Turquoise Blue. HEX triplet: 6C, CD and DB. RGB value is (108,205,219). Sum of RGB (Red+Green+Blue) = 108+205+219=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDDB is #933224. Grayscale: #B1B1B1. Windows color (decimal): -9646629 or 14404972. OLE color: 14404972.

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

Color convert

RGB 108 205 219 -
CMYK 0.51 0.06 0 0.14
HSL 187.57º 0.61% 0.64% -
HSV(B) 187.57º 0.51% 0.86% -
XYZ 40.8 51.97 74.9 -
YUV 177.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 108 205 219 0.51 0.06 0 0.14 187.57 0.61 0.64
Hex 6C CD DB 33 6 0 E BC 3D 40
Octal 154 315 333 63 6 0 16 274 75 100
Binary 1101100 11001101 11011011 110011 110 0 1110 10111100 111101 1000000

Color Harmonies of #6CCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCDDB

Black with #6CCDDB

Text Example


Text Example

White with #6CCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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