Html Css Color HEX #6DECE5 Turquoise Blue

📋 copy color: '#6DECE5'

red 109 ◦ green 236 ◦ blue 229

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

Shades of Turquoise Blue #6DECE5

Tints of Turquoise Blue #6DECE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 18.99%
G = 41.11%
B = 39.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#6DECE5 (or 0x6DECE5) is known color: Turquoise Blue. HEX triplet: 6D, EC and E5. RGB value is (109,236,229). Sum of RGB (Red+Green+Blue) = 109+236+229=574 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.99% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECE5 is #92131A. Grayscale: #C5C5C5. Windows color (decimal): -9573147 or 15068269. OLE color: 15068269.

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

Color convert

RGB 109 236 229 -
CMYK 0.54 0 0.03 0.07
HSL 176.69º 0.77% 0.68% -
HSV(B) 176.69º 0.54% 0.93% -
XYZ 50.44 68.9 84.77 -
YUV 197.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 109 236 229 0.54 0 0.03 0.07 176.69 0.77 0.68
Hex 6D EC E5 36 0 3 7 B1 4D 44
Octal 155 354 345 66 0 3 7 261 115 104
Binary 1101101 11101100 11100101 110110 0 11 111 10110001 1001101 1000100

Color Harmonies of #6DECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECE5

Black with #6DECE5

Text Example


Text Example

White with #6DECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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