Html Css Color HEX #6DCDEC Turquoise Blue

📋 copy color: '#6DCDEC'

red 109 ◦ green 205 ◦ blue 236

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

Shades of Turquoise Blue #6DCDEC

Tints of Turquoise Blue #6DCDEC

RGB

 RED value IS 109 (42.97% from 255) = 19.82%

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 19.82%
G = 37.27%
B = 42.91%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DCDEC (or 0x6DCDEC) is known color: Turquoise Blue. HEX triplet: 6D, CD and EC. RGB value is (109,205,236). Sum of RGB (Red+Green+Blue) = 109+205+236=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DCDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCDEC is #923213. Grayscale: #B3B3B3. Windows color (decimal): -9581076 or 15519085. OLE color: 15519085.

HSL color Cylindrical-coordinate representation of color #6DCDEC: hue angle of 194.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DCDEC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 205 236 -
CMYK 0.54 0.13 0 0.07
HSL 194.65º 0.77% 0.68% -
HSV(B) 194.65º 0.54% 0.93% -
XYZ 43.28 52.97 87.3 -
YUV 179.83 159.7 77.48 -
System Red Green Blue C M Y K H S L
Decimal 109 205 236 0.54 0.13 0 0.07 194.65 0.77 0.68
Hex 6D CD EC 36 D 0 7 C3 4D 44
Octal 155 315 354 66 15 0 7 303 115 104
Binary 1101101 11001101 11101100 110110 1101 0 111 11000011 1001101 1000100

Color Harmonies of #6DCDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDEC

Black with #6DCDEC

Text Example


Text Example

White with #6DCDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,205,236); }

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

background-color css

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

 a { background-color: rgb(109,205,236); }

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

border-color css

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

 span { border-color: rgb(109,205,236); }

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