Html Css Color HEX #6DECDA Turquoise Blue

📋 copy color: '#6DECDA'

red 109 ◦ green 236 ◦ blue 218

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

Shades of Turquoise Blue #6DECDA

Tints of Turquoise Blue #6DECDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 19.36%
G = 41.92%
B = 38.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6DECDA (or 0x6DECDA) is known color: Turquoise Blue. HEX triplet: 6D, EC and DA. RGB value is (109,236,218). Sum of RGB (Red+Green+Blue) = 109+236+218=563 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.36% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECDA is #921325. Grayscale: #C3C3C3. Windows color (decimal): -9573158 or 14347373. OLE color: 14347373.

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

Color convert

RGB 109 236 218 -
CMYK 0.54 0 0.08 0.07
HSL 171.5º 0.77% 0.68% -
HSV(B) 171.5º 0.54% 0.93% -
XYZ 48.96 68.3 76.93 -
YUV 195.98 140.42 65.96 -
System Red Green Blue C M Y K H S L
Decimal 109 236 218 0.54 0 0.08 0.07 171.5 0.77 0.68
Hex 6D EC DA 36 0 8 7 AB 4D 44
Octal 155 354 332 66 0 10 7 253 115 104
Binary 1101101 11101100 11011010 110110 0 1000 111 10101011 1001101 1000100

Color Harmonies of #6DECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECDA

Black with #6DECDA

Text Example


Text Example

White with #6DECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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