Html Css Color HEX #6DECDF Turquoise Blue

📋 copy color: '#6DECDF'

red 109 ◦ green 236 ◦ blue 223

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

Shades of Turquoise Blue #6DECDF

Tints of Turquoise Blue #6DECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 19.19%
G = 41.55%
B = 39.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#6DECDF (or 0x6DECDF) is known color: Turquoise Blue. HEX triplet: 6D, EC and DF. RGB value is (109,236,223). Sum of RGB (Red+Green+Blue) = 109+236+223=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECDF is #921320. Grayscale: #C4C4C4. Windows color (decimal): -9573153 or 14675053. OLE color: 14675053.

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

Color convert

RGB 109 236 223 -
CMYK 0.54 0 0.06 0.07
HSL 173.86º 0.77% 0.68% -
HSV(B) 173.86º 0.54% 0.93% -
XYZ 49.62 68.57 80.43 -
YUV 196.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 109 236 223 0.54 0 0.06 0.07 173.86 0.77 0.68
Hex 6D EC DF 36 0 6 7 AE 4D 44
Octal 155 354 337 66 0 6 7 256 115 104
Binary 1101101 11101100 11011111 110110 0 110 111 10101110 1001101 1000100

Color Harmonies of #6DECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECDF

Black with #6DECDF

Text Example


Text Example

White with #6DECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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