Html Css Color HEX #6CCEDB Turquoise Blue

📋 copy color: '#6CCEDB'

red 108 ◦ green 206 ◦ blue 219

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

Shades of Turquoise Blue #6CCEDB

Tints of Turquoise Blue #6CCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.65%

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

R = 20.26%
G = 38.65%
B = 41.09%

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

#6CCEDB (or 0x6CCEDB) is known color: Turquoise Blue. HEX triplet: 6C, CE and DB. RGB value is (108,206,219). Sum of RGB (Red+Green+Blue) = 108+206+219=533 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.26% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEDB is #933124. Grayscale: #B2B2B2. Windows color (decimal): -9646373 or 14405228. OLE color: 14405228.

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

Color convert

RGB 108 206 219 -
CMYK 0.51 0.06 0 0.14
HSL 187.03º 0.61% 0.64% -
HSV(B) 187.03º 0.51% 0.86% -
XYZ 41.04 52.45 74.98 -
YUV 178.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 108 206 219 0.51 0.06 0 0.14 187.03 0.61 0.64
Hex 6C CE DB 33 6 0 E BB 3D 40
Octal 154 316 333 63 6 0 16 273 75 100
Binary 1101100 11001110 11011011 110011 110 0 1110 10111011 111101 1000000

Color Harmonies of #6CCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEDB

Black with #6CCEDB

Text Example


Text Example

White with #6CCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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