Html Css Color HEX #6DECE9 Turquoise Blue

📋 copy color: '#6DECE9'

red 109 ◦ green 236 ◦ blue 233

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

Shades of Turquoise Blue #6DECE9

Tints of Turquoise Blue #6DECE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.31%

R = 18.86%
G = 40.83%
B = 40.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#6DECE9 (or 0x6DECE9) is known color: Turquoise Blue. HEX triplet: 6D, EC and E9. RGB value is (109,236,233). Sum of RGB (Red+Green+Blue) = 109+236+233=578 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.86% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DECE9 is #921316. Grayscale: #C5C5C5. Windows color (decimal): -9573143 or 15330413. OLE color: 15330413.

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

Color convert

RGB 109 236 233 -
CMYK 0.54 0 0.01 0.07
HSL 178.58º 0.77% 0.68% -
HSV(B) 178.58º 0.54% 0.93% -
XYZ 51.01 69.13 87.74 -
YUV 197.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 109 236 233 0.54 0 0.01 0.07 178.58 0.77 0.68
Hex 6D EC E9 36 0 1 7 B3 4D 44
Octal 155 354 351 66 0 1 7 263 115 104
Binary 1101101 11101100 11101001 110110 0 1 111 10110011 1001101 1000100

Color Harmonies of #6DECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DECE9

Black with #6DECE9

Text Example


Text Example

White with #6DECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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