Html Css Color HEX #6CCEDC Turquoise Blue

📋 copy color: '#6CCEDC'

red 108 ◦ green 206 ◦ blue 220

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

Shades of Turquoise Blue #6CCEDC

Tints of Turquoise Blue #6CCEDC

RGB

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

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

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

R = 20.22%
G = 38.58%
B = 41.2%

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

#6CCEDC (or 0x6CCEDC) is known color: Turquoise Blue. HEX triplet: 6C, CE and DC. RGB value is (108,206,220). Sum of RGB (Red+Green+Blue) = 108+206+220=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CCEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEDC is #933123. Grayscale: #B2B2B2. Windows color (decimal): -9646372 or 14470764. OLE color: 14470764.

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

Color convert

RGB 108 206 220 -
CMYK 0.51 0.06 0 0.14
HSL 187.5º 0.62% 0.64% -
HSV(B) 187.5º 0.51% 0.86% -
XYZ 41.17 52.5 75.67 -
YUV 178.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 108 206 220 0.51 0.06 0 0.14 187.5 0.62 0.64
Hex 6C CE DC 33 6 0 E BC 3E 40
Octal 154 316 334 63 6 0 16 274 76 100
Binary 1101100 11001110 11011100 110011 110 0 1110 10111100 111110 1000000

Color Harmonies of #6CCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCEDC

Black with #6CCEDC

Text Example


Text Example

White with #6CCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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